⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
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.