Skip to main content

Interface: LinkAddress

Properties

PropertyTypeDescriptionDefined in
addressstringThe public key of the blockchain account.sdk/dist/index.d.ts:381
chainChainId | Chain-sdk/dist/index.d.ts:394
message?stringFixed message to be signed with the private key corresponding to the given address. I hereby declare that I am the address owner.sdk/dist/index.d.ts:387
profile?stringProfile ID that owns the address.sdk/dist/index.d.ts:379
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-addresssdk/dist/index.d.ts:393