⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "getPermissionId"
Get the permission id of a session.
Usage
PermissionId permissionId = instance.getPermissionId(session);Parameters
instance
- Type:
AccountInstance
The instance of the account used for testing.
session
- Type:
Session
The session to get the permission id from.
Returns
- Type:
PermissionId | bytes32
The permission id of the session.