SignatureInfo
@liquidium/client / SignatureInfo
Interface: SignatureInfo
Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:121
Signature payload submitted to a sign-message action.
Extended by
Properties
account?
optionalaccount?:string
Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:127
Account that produced the signature, when different from the action default.
chain
chain:
Chain
Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:125
Chain used to produce the signature.
signature
signature:
string
Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:123
Wallet signature over the action message.