Username Proofs API
API
Method Name | Request Type | Response Type | Description |
---|---|---|---|
GetUsernameProof | UsernameProofRequest | UserNameProof | Username Proof |
GetUserNameProofsByFid | FidRequest | UsernameProofsResponse |
UsernameProofRequest
Field | Type | Label | Description |
---|---|---|---|
name | bytes |
UsernameProofsResponse
Field | Type | Label | Description |
---|---|---|---|
proofs | UserNameProof | repeated |
UserNameProof
Field | Type | Label | Description |
---|---|---|---|
timestamp | uint64 | ||
name | bytes | ||
owner | bytes | ||
signature | bytes | ||
fid | uint64 | ||
type | UserNameType |
UserNameProof
Field | Type | Label | Description |
---|---|---|---|
timestamp | uint64 | ||
name | bytes | ||
owner | bytes | ||
signature | bytes | ||
fid | uint64 | ||
type | UserNameType |