Skip to content

@gala-chain/testAPI


API > ChainUserWithRoles

Interface: ChainUserWithRoles

Chain user with role-based access control information. Extends basic ChainUser with role assignments for testing authorization scenarios.

Contents

Properties

ethAddress

ethAddress: string

Source

chain-test/src/data/users.ts:23


identityKey

identityKey: UserAlias

Source

chain-test/src/data/users.ts:22


privateKey

privateKey: string

Source

chain-test/src/data/users.ts:25


publicKey

publicKey: string

Source

chain-test/src/data/users.ts:24


roles

roles: string[]

Source

chain-test/src/data/users.ts:26