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