Type aliases
AsObject
As
Object
: { amountAsLong
: number; contract
?: ContractInfo.AsObject; contractAsJson
: string; date
: number; isCompleted
: boolean; isDepositPublished
: boolean; isDepositUnlocked
: boolean; isPaymentReceived
: boolean; isPaymentSent
: boolean; isPayoutPublished
: boolean; makerDepositTxId
: string; offer
?: OfferInfo.AsObject; 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
contractAsJson: string
date: number
isCompleted: boolean
isDepositPublished: boolean
isDepositUnlocked: boolean
isPaymentReceived: boolean
isPaymentSent: boolean
isPayoutPublished: boolean
makerDepositTxId: 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