Skip to Content
API referenceInterfacesSolanaSignedMessage

@tuwaio/quasar-sdk


SolanaSignedMessage

Defined in: packages/quasar-sdk/src/types.ts:128 

Result structure for a signed Solana message in Web3 v2.

Properties

signatures

readonly signatures: Readonly<Record<string, Uint8Array>>

Defined in: packages/quasar-sdk/src/types.ts:130 

A map of public addresses to their corresponding signature bytes.

Last updated on