Get attestation
특정 증명값에 대한 증명 유닛 아이디 가져오기
Example
const params = {
attestor_address: 'H5EZTQE7ABFH27AUDTQFMZIALANK6RBG',
field: 'email',
value: '[email protected]'
};
client.api.getAttestation(params, function(err, result) {
console.log(result);
});Returns
7SEJqVRpog8Ezn5A3PSDX+h3iIYMfJaUsozoUlrsm+o=Last updated
Was this helpful?