PermitSigner..::..Verify Method
This method will verify a permit according to a contract address and a submitting address (and a set of permissions).
On failure an appropriate error will be thrown according to the type of error.
Namespace:
SecretNET.AccessControlAssembly: SecretNET (in SecretNET.dll)
Syntax
Parameters
- permit
- Type: SecretNET.AccessControl..::..Permit
The permit.
- address
- Type: String
The address.
- contract
- Type: String
The contract.
- permissions
- Type: array<PermissionType>[]()[][]
The permissions.
- throwException
- Type: Boolean
if set to true [throw exception].