Type aliases
AsObject
As
Object
: { amountAsLong
: number; arbitratorNodeAddress
: string; contract
?: ContractInfo.AsObject; contractAsJson
: string; date
: number; disputeState
: string; isCompleted
: boolean; isDepositConfirmed
: boolean; isDepositPublished
: boolean; isDepositUnlocked
: boolean; isPaymentReceived
: boolean; isPaymentSent
: boolean; isPayoutConfirmed
: boolean; isPayoutPublished
: boolean; isPayoutUnlocked
: boolean; makerDepositTxId
: string; offer
?: OfferInfo.AsObject; payoutState
: string; payoutTxId
: string; periodState
: string; phase
: string; price
: string; role
: string; shortId
: string; state
: string; takerDepositTxId
: string; takerFeeAsLong
: number; takerFeeTxId
: string; tradeId
: string; tradeVolume
: string; tradingPeerNodeAddress
: string; txFeeAsLong
: number }Type declaration
amountAsLong: number
arbitratorNodeAddress: string
contractAsJson: string
date: number
disputeState: string
isCompleted: boolean
isDepositConfirmed: boolean
isDepositPublished: boolean
isDepositUnlocked: boolean
isPaymentReceived: boolean
isPaymentSent: boolean
isPayoutConfirmed: boolean
isPayoutPublished: boolean
isPayoutUnlocked: boolean
makerDepositTxId: string
payoutState: string
payoutTxId: string
periodState: string
phase: string
price: string
role: string
shortId: string
state: string
takerDepositTxId: string
takerFeeAsLong: number
takerFeeTxId: string
tradeId: string
tradeVolume: string
tradingPeerNodeAddress: string
txFeeAsLong: number