decodeSmartSessionSignature
Get decoded session from SmartSessionSignature.
Usage
const decodedSession = decodeSmartSessionSignature({
  account,
  signature: '0x1234...',
})Parameters
account
- Type: Account
The account object.
signature
- Type: Hex(opens in a new tab)
The signature of the session to decode.
Returns
- Type: DecodedSessionData
The decoded smart session data.