SolanaSignInAccount
Defined in: types.ts:10
Minimal account shape of a Wallet Standard solana:signIn output.
Properties
address
address:
string
Defined in: types.ts:12
Base58-encoded wallet address. Not used for verification: the signer is taken from the message address.
publicKey?
optionalpublicKey?:Uint8Array<ArrayBufferLike>
Defined in: types.ts:14
Raw public key bytes. Not used for verification.
Last updated on