types.CheckPermissionsResult
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / CheckPermissionsResult
.CheckPermissionsResult
Result of a checkPermissions
call. If Type
is Account
, represents whether the Account has all the necessary secondary key Permissions. If Type
is Identity
, represents whether the Identity has all the necessary external agent Permissions
Type
• Optional
message: string
optional message explaining the reason for failure in special cases
Defined in
required permissions which the signer DOESN'T have. Only present if result
is false
Defined in
• result: boolean
whether the signer complies with the required permissions or not
Defined in
extends
• Optional
missingPermissions: Type
extends ? : null
| TxTag
[]