EscrowData
@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?
optionalexchangeOracle:string
Defined in: graphql/types.ts:17
factoryAddress
factoryAddress:
string
Defined in: graphql/types.ts:9
finalResultsUrl?
optionalfinalResultsUrl:string
Defined in: graphql/types.ts:10
id
id:
string
Defined in: graphql/types.ts:4
intermediateResultsUrl?
optionalintermediateResultsUrl:string
Defined in: graphql/types.ts:11
launcher
launcher:
string
Defined in: graphql/types.ts:12
manifestHash?
optionalmanifestHash:string
Defined in: graphql/types.ts:13
manifestUrl?
optionalmanifestUrl:string
Defined in: graphql/types.ts:14
recordingOracle?
optionalrecordingOracle:string
Defined in: graphql/types.ts:15
reputationOracle?
optionalreputationOracle: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