EscrowData

@human-protocol/sdk


@human-protocol/sdk / graphql/types / EscrowData

Type Alias: EscrowData

EscrowData = object

Defined in: graphql/types.ts:3

Properties

address

address: string

Defined in: graphql/types.ts:5


amountPaid

amountPaid: string

Defined in: graphql/types.ts:6


balance

balance: string

Defined in: graphql/types.ts:7


chainId

chainId: number

Defined in: graphql/types.ts:22


count

count: string

Defined in: graphql/types.ts:8


createdAt

createdAt: string

Defined in: graphql/types.ts:21


exchangeOracle?

optional exchangeOracle: string

Defined in: graphql/types.ts:17


factoryAddress

factoryAddress: string

Defined in: graphql/types.ts:9


finalResultsUrl?

optional finalResultsUrl: string

Defined in: graphql/types.ts:10


id

id: string

Defined in: graphql/types.ts:4


intermediateResultsUrl?

optional intermediateResultsUrl: string

Defined in: graphql/types.ts:11


launcher

launcher: string

Defined in: graphql/types.ts:12


manifestHash?

optional manifestHash: string

Defined in: graphql/types.ts:13


manifestUrl?

optional manifestUrl: string

Defined in: graphql/types.ts:14


recordingOracle?

optional recordingOracle: string

Defined in: graphql/types.ts:15


reputationOracle?

optional reputationOracle: string

Defined in: graphql/types.ts:16


status

status: string

Defined in: graphql/types.ts:18


token

token: string

Defined in: graphql/types.ts:19


totalFundedAmount

totalFundedAmount: string

Defined in: graphql/types.ts:20

Last updated