SignSessionParams
Defined in: packages/quasar-sdk/src/types.ts:160
Parameters for signing a mini-session message.
Properties
chainType
chainType:
ChainType
Defined in: packages/quasar-sdk/src/types.ts:166
The blockchain ecosystem type.
signer
signer:
EvmSigner|SolanaSigner
Defined in: packages/quasar-sdk/src/types.ts:162
The signer object for the respective ecosystem.
walletAddress
walletAddress:
string
Defined in: packages/quasar-sdk/src/types.ts:164
The wallet address to sign with.
Last updated on