IOperator

@human-protocol/sdk


@human-protocol/sdk / interfaces / IOperator

Interface: IOperator

Defined in: interfaces.ts:9

Properties

address

address: string

Defined in: interfaces.ts:12


amountJobsProcessed

amountJobsProcessed: bigint

Defined in: interfaces.ts:19


amountLocked

amountLocked: bigint

Defined in: interfaces.ts:14


amountSlashed

amountSlashed: bigint

Defined in: interfaces.ts:17


amountStaked

amountStaked: bigint

Defined in: interfaces.ts:13


amountWithdrawn

amountWithdrawn: bigint

Defined in: interfaces.ts:16


category?

optional category: string

Defined in: interfaces.ts:31


chainId

chainId: ChainId

Defined in: interfaces.ts:11


fee?

optional fee: bigint

Defined in: interfaces.ts:21


id

id: string

Defined in: interfaces.ts:10


jobTypes?

optional jobTypes: string[]

Defined in: interfaces.ts:26


lockedUntilTimestamp

lockedUntilTimestamp: bigint

Defined in: interfaces.ts:15


name?

optional name: string

Defined in: interfaces.ts:30


publicKey?

optional publicKey: string

Defined in: interfaces.ts:22


registrationInstructions?

optional registrationInstructions: string

Defined in: interfaces.ts:28


registrationNeeded?

optional registrationNeeded: boolean

Defined in: interfaces.ts:27


reputationNetworks?

optional reputationNetworks: string[]

Defined in: interfaces.ts:29


reward

reward: bigint

Defined in: interfaces.ts:18


role?

optional role: string

Defined in: interfaces.ts:20


url?

optional url: string

Defined in: interfaces.ts:25


webhookUrl?

optional webhookUrl: string

Defined in: interfaces.ts:23


website?

optional website: string

Defined in: interfaces.ts:24

Last updated