Type aliases
AsObject
As
Object
: { contract
?: ContractInfo.AsObject; contractAsJson
: string; date
: number; isDepositPublished
: boolean; isDepositUnlocked
: boolean; isPaymentReceived
: boolean; isPaymentSent
: boolean; isPayoutPublished
: boolean; isWithdrawn
: boolean; makerDepositTxId
: string; offer
?: OfferInfo.AsObject; payoutTxId
: string; phase
: string; role
: string; shortId
: string; state
: string; takerDepositTxId
: string; takerFeeAsLong
: number; takerFeeTxId
: string; tradeAmountAsLong
: number; tradeId
: string; tradePeriodState
: string; tradePrice
: number; tradingPeerNodeAddress
: string; txFeeAsLong
: number }Type declaration
contractAsJson: string
date: number
isDepositPublished: boolean
isDepositUnlocked: boolean
isPaymentReceived: boolean
isPaymentSent: boolean
isPayoutPublished: boolean
isWithdrawn: boolean
makerDepositTxId: string
payoutTxId: string
phase: string
role: string
shortId: string
state: string
takerDepositTxId: string
takerFeeAsLong: number
takerFeeTxId: string
tradeAmountAsLong: number
tradeId: string
tradePeriodState: string
tradePrice: number
tradingPeerNodeAddress: string
txFeeAsLong: number