SolanaSignInOutput
Output of signing in.
interface SolanaSignInOutput {
readonly account: WalletAccount;
readonly signature: Uint8Array;
readonly signatureType?: "ed25519";
readonly signedMessage: Uint8Array;
}§Properties
§
readonly account: WalletAccount
[src]Account that was signed in. The address of the account may be different from the provided input Address.
§
readonly signature: Uint8Array
[src]Message signature produced. If the signature type is provided, the signature must be Ed25519.