SolanaSignerTarget
Defined in: satellite-solana/src/utils/signerUtils.ts:12
The wallet and account that createSolanaMessageSigner signs with. Pass the Wallet Standard Wallet and
WalletAccount (see unwrapUiWalletHandles) or a wallet adapter. When wallet or account is missing, the
target object itself is used in its place.
Indexable
[
key:string]:unknown
Any other property; the target may be a wallet adapter itself.
Properties
account?
optionalaccount?:unknown
Defined in: satellite-solana/src/utils/signerUtils.ts:14
The account to sign with, passed to the wallet’s signMessage.
wallet?
optionalwallet?:unknown
Defined in: satellite-solana/src/utils/signerUtils.ts:16
The wallet that implements solana:signMessage, signMessages or signMessage.
Last updated on