Tooling
Module SDK
Modules
decodeSmartSessionSignature

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

decodeSmartSessionSignature

Get decoded session from SmartSessionSignature.

Usage

const decodedSession = decodeSmartSessionSignature({
  account,
  signature: '0x1234...',
})

Parameters

account

The account object.

signature

The signature of the session to decode.

Returns

The decoded smart session data.