AsObject: {
    amount: string;
    arbitratorNodeAddress: string;
    buyerDepositTxFee: string;
    buyerPayoutAmount: string;
    buyerPayoutTxFee: string;
    buyerSecurityDeposit: string;
    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;
    makerFee: string;
    offer?: OfferInfo.AsObject;
    payoutState: string;
    payoutTxId: string;
    periodState: string;
    phase: string;
    price: string;
    role: string;
    sellerDepositTxFee: string;
    sellerPayoutAmount: string;
    sellerPayoutTxFee: string;
    sellerSecurityDeposit: string;
    shortId: string;
    state: string;
    takerDepositTxId: string;
    takerFee: string;
    tradeId: string;
    tradePeerNodeAddress: string;
    tradeVolume: string;
}

Type declaration

  • amount: string
  • arbitratorNodeAddress: string
  • buyerDepositTxFee: string
  • buyerPayoutAmount: string
  • buyerPayoutTxFee: string
  • buyerSecurityDeposit: string
  • 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
  • makerFee: string
  • Optional offer?: OfferInfo.AsObject
  • payoutState: string
  • payoutTxId: string
  • periodState: string
  • phase: string
  • price: string
  • role: string
  • sellerDepositTxFee: string
  • sellerPayoutAmount: string
  • sellerPayoutTxFee: string
  • sellerSecurityDeposit: string
  • shortId: string
  • state: string
  • takerDepositTxId: string
  • takerFee: string
  • tradeId: string
  • tradePeerNodeAddress: string
  • tradeVolume: string

Generated using TypeDoc