BasicInfo
Check DID Name
Check whether a DID name has been claimed or not.
did: DID name
Verify DID Format
To verify the DID format, ensure that the DID name has a length between 5 and 54 characters, and only contains the characters 0-9 and lowercase letters a-z.
did: DID name
Check address
Check whether an address has been claimed or not.
addr: user address
Get DID
Retrieve the DID name by token id.
tokenId: token id
Get DID tokenId
Retrieve the token id by DID name.
did: DID name
Get issuer address
Retrieve the issuer address by DeedGrain contract address.
dgAddr: DeedGrain contract address
Get all authorization addresses
Retrieve all authorization addresses for specific DID.
tokenId: DID token id
Check if address authorized
Check whether a DID has been authorized to the address or not.
tokenId: DID token id
addr: authorization address
Last updated