getPublicKey: () =>Defined in: packages/wallet-stamper/src/types.ts:28 Returns the public key, which is the ED25519 hex encoded public key from your Solana wallet public key.Promise
<string
>
Promise
<string
>
BaseWalletInterface
.getPublicKey
signMessage: (Defined in: packages/wallet-stamper/src/types.ts:27 Signs a message and returns the hex signature as a string.message
) =>Promise
<string
>
string
Promise
<string
>
BaseWalletInterface
.signMessage
type: Solana
Defined in: packages/wallet-stamper/src/types.ts:39
The type of the wallet.
BaseWalletInterface
.type