SolanaSignableMessage
Defined in: packages/quasar-sdk/src/types.ts:128
Result structure for a signed Solana message in Web3 v2.
Properties
content
readonlycontent:Uint8Array
Defined in: packages/quasar-sdk/src/types.ts:130
The content of the message as bytes.
signatures
readonlysignatures:Readonly<Record<string,Uint8Array>>
Defined in: packages/quasar-sdk/src/types.ts:132
A map of public addresses to their corresponding signature bytes.
Last updated on