Skip to main content

Interface: LinkAddress

Properties

PropertyTypeDescriptionDefined in
addressstringThe public key of the blockchain account.types.ts:473
chainChain | ChainId-types.ts:486
message?stringFixed 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?stringProfile ID that owns the address.types.ts:471
signaturestringThe 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-addresstypes.ts:485