IOperator
@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?
optionalcategory:string
Defined in: interfaces.ts:31
chainId
chainId:
ChainId
Defined in: interfaces.ts:11
fee?
optionalfee:bigint
Defined in: interfaces.ts:21
id
id:
string
Defined in: interfaces.ts:10
jobTypes?
optionaljobTypes:string[]
Defined in: interfaces.ts:26
lockedUntilTimestamp
lockedUntilTimestamp:
bigint
Defined in: interfaces.ts:15
name?
optionalname:string
Defined in: interfaces.ts:30
publicKey?
optionalpublicKey:string
Defined in: interfaces.ts:22
registrationInstructions?
optionalregistrationInstructions:string
Defined in: interfaces.ts:28
registrationNeeded?
optionalregistrationNeeded:boolean
Defined in: interfaces.ts:27
reputationNetworks?
optionalreputationNetworks:string[]
Defined in: interfaces.ts:29
reward
reward:
bigint
Defined in: interfaces.ts:18
role?
optionalrole:string
Defined in: interfaces.ts:20
url?
optionalurl:string
Defined in: interfaces.ts:25
webhookUrl?
optionalwebhookUrl:string
Defined in: interfaces.ts:23
website?
optionalwebsite:string
Defined in: interfaces.ts:24
Last updated