getPublicKey: () =>Defined in: packages/wallet-stamper/src/types.ts:28 Returns the public key, which is the SECP256K1 hex encoded public key from your Ethereum wallet.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: Ethereum
Defined in: packages/wallet-stamper/src/types.ts:54
The type of the wallet.
BaseWalletInterface
.type