IOperatorSubgraph
@human-protocol/sdk / interfaces / IOperatorSubgraph
Interface: IOperatorSubgraph
Defined in: interfaces.ts:34
Extends
Omit
<IOperator
,"jobTypes"
|"reputationNetworks"
|"chainId"
>
Properties
address
address:
string
Defined in: interfaces.ts:12
Inherited from
Omit.address
amountJobsProcessed
amountJobsProcessed:
bigint
Defined in: interfaces.ts:19
Inherited from
Omit.amountJobsProcessed
amountLocked
amountLocked:
bigint
Defined in: interfaces.ts:14
Inherited from
Omit.amountLocked
amountSlashed
amountSlashed:
bigint
Defined in: interfaces.ts:17
Inherited from
Omit.amountSlashed
amountStaked
amountStaked:
bigint
Defined in: interfaces.ts:13
Inherited from
Omit.amountStaked
amountWithdrawn
amountWithdrawn:
bigint
Defined in: interfaces.ts:16
Inherited from
Omit.amountWithdrawn
category?
optional
category:string
Defined in: interfaces.ts:31
Inherited from
Omit.category
fee?
optional
fee:bigint
Defined in: interfaces.ts:21
Inherited from
Omit.fee
id
id:
string
Defined in: interfaces.ts:10
Inherited from
Omit.id
jobTypes?
optional
jobTypes:string
Defined in: interfaces.ts:36
lockedUntilTimestamp
lockedUntilTimestamp:
bigint
Defined in: interfaces.ts:15
Inherited from
Omit.lockedUntilTimestamp
name?
optional
name:string
Defined in: interfaces.ts:30
Inherited from
Omit.name
publicKey?
optional
publicKey:string
Defined in: interfaces.ts:22
Inherited from
Omit.publicKey
registrationInstructions?
optional
registrationInstructions:string
Defined in: interfaces.ts:28
Inherited from
Omit.registrationInstructions
registrationNeeded?
optional
registrationNeeded:boolean
Defined in: interfaces.ts:27
Inherited from
Omit.registrationNeeded
reputationNetworks?
optional
reputationNetworks:object
[]
Defined in: interfaces.ts:37
address
address:
string
reward
reward:
bigint
Defined in: interfaces.ts:18
Inherited from
Omit.reward
role?
optional
role:string
Defined in: interfaces.ts:20
Inherited from
Omit.role
url?
optional
url:string
Defined in: interfaces.ts:25
Inherited from
Omit.url
webhookUrl?
optional
webhookUrl:string
Defined in: interfaces.ts:23
Inherited from
Omit.webhookUrl
website?
optional
website:string
Defined in: interfaces.ts:24
Inherited from
Omit.website
Last updated