EvmSigner
Defined in: packages/quasar-sdk/src/types.ts:119
Interface for an EVM signer (compatible with Viem WalletClient).
Properties
signMessage
signMessage: (
params) =>Promise<`0x${string}`>
Defined in: packages/quasar-sdk/src/types.ts:121
Signs a message using the specified account.
Parameters
params
account
`0x${string}`
message
string
Returns
Promise<`0x${string}`>
Last updated on