Skip to Content
API referenceInterfacesSignSessionResult

@tuwaio/quasar-sdk


SignSessionResult

Defined in: packages/quasar-sdk/src/types.ts:85 

Result structure for a signed message.

Extended by

Properties

signature

signature: string

Defined in: packages/quasar-sdk/src/types.ts:87 

The cryptographic signature string.


timestamp

timestamp: string

Defined in: packages/quasar-sdk/src/types.ts:89 

The ISO timestamp used to generate the message.

Last updated on