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.