AsObject: {
    amountAsLong: number;
    arbitratorNodeAddress: string;
    buyerSecurityDeposit: number;
    contract?: ContractInfo.AsObject;
    contractAsJson: string;
    date: number;
    disputeState: string;
    isCompleted: boolean;
    isDepositsConfirmed: boolean;
    isDepositsPublished: boolean;
    isDepositsUnlocked: 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;
    sellerSecurityDeposit: number;
    shortId: string;
    state: string;
    takerDepositTxId: string;
    takerFeeAsLong: number;
    takerFeeTxId: string;
    tradeId: string;
    tradePeerNodeAddress: string;
    tradeVolume: string;
}

Type declaration

  • amountAsLong: number
  • arbitratorNodeAddress: string
  • buyerSecurityDeposit: number
  • Optional contract?: ContractInfo.AsObject
  • contractAsJson: string
  • date: number
  • disputeState: string
  • isCompleted: boolean
  • isDepositsConfirmed: boolean
  • isDepositsPublished: boolean
  • isDepositsUnlocked: boolean
  • isPaymentReceived: boolean
  • isPaymentSent: boolean
  • isPayoutConfirmed: boolean
  • isPayoutPublished: boolean
  • isPayoutUnlocked: boolean
  • makerDepositTxId: string
  • Optional offer?: OfferInfo.AsObject
  • payoutState: string
  • payoutTxId: string
  • periodState: string
  • phase: string
  • price: string
  • role: string
  • sellerSecurityDeposit: number
  • shortId: string
  • state: string
  • takerDepositTxId: string
  • takerFeeAsLong: number
  • takerFeeTxId: string
  • tradeId: string
  • tradePeerNodeAddress: string
  • tradeVolume: string

Generated using TypeDoc