Skip to main content
Version: v30.0.x

Interface: CheckRolesResult

Defined in: src/api/entities/types.ts:742

Result of a checkRoles call

Properties

message?

optional message?: string

Defined in: src/api/entities/types.ts:754

optional message explaining the reason for failure in special cases


missingRoles?

optional missingRoles?: 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