address | string | The public key of the blockchain account. | types.ts:473 |
chain | Chain | ChainId | - | types.ts:486 |
message? | string | Fixed message to be signed with the private key corresponding to the given address. I hereby declare that I am the address owner. | types.ts:479 |
profile? | string | Profile ID that owns the address. | types.ts:471 |
signature | string | The signature hash of signing the message with the private key associated with the given address. For signing on-chain with ERC1271 contracts, use 0x , visit the documentation for further details. https://monerium.dev/api-docs-v2#tag/addresses/operation/link-address | types.ts:485 |