Interface: CheckRolesResult
Defined in: src/api/entities/types.ts:742
Result of a checkRoles call
Properties
message?
optionalmessage?:string
Defined in: src/api/entities/types.ts:754
optional message explaining the reason for failure in special cases
missingRoles?
optionalmissingRoles?:Role[]
Defined in: src/api/entities/types.ts:746
required roles which the Identity DOESN'T have. Only present if result is false
result
result:
boolean
Defined in: src/api/entities/types.ts:750
whether the signer possesses all the required roles or not