SolanaSignInOutput
Defined in: types.ts:20
Output of the Wallet Standard solana:signIn feature, accepted as-is by verifyEd25519.
Properties
account
account:
SolanaSignInAccount
Defined in: types.ts:22
Account that signed the message.
signature
signature:
string|Uint8Array<ArrayBufferLike>
Defined in: types.ts:26
The ed25519 signature, as 64 raw bytes or a base58 string.
signedMessage
signedMessage:
string|Uint8Array<ArrayBufferLike>
Defined in: types.ts:24
The signed message, as UTF-8 bytes or a string. It must be a CAIP-122 message.
Last updated on