AsObject: {
    amount: number;
    arbitratorSigner: string;
    baseCurrencyCode: string;
    buyerSecurityDeposit: number;
    counterCurrencyCode: string;
    date: number;
    direction: string;
    id: string;
    isActivated: boolean;
    isMyOffer: boolean;
    makerFee: number;
    marketPriceMarginPct: number;
    minAmount: number;
    minVolume: string;
    offerFeePaymentTxId: string;
    ownerNodeAddress: string;
    paymentAccountId: string;
    paymentMethodId: string;
    paymentMethodShortName: string;
    price: string;
    protocolVersion: number;
    pubKeyRing: string;
    sellerSecurityDeposit: number;
    state: string;
    triggerPrice: string;
    txFee: number;
    useMarketBasedPrice: boolean;
    versionNr: string;
    volume: string;
}

Type declaration

  • amount: number
  • arbitratorSigner: string
  • baseCurrencyCode: string
  • buyerSecurityDeposit: number
  • counterCurrencyCode: string
  • date: number
  • direction: string
  • id: string
  • isActivated: boolean
  • isMyOffer: boolean
  • makerFee: number
  • marketPriceMarginPct: number
  • minAmount: number
  • minVolume: string
  • offerFeePaymentTxId: string
  • ownerNodeAddress: string
  • paymentAccountId: string
  • paymentMethodId: string
  • paymentMethodShortName: string
  • price: string
  • protocolVersion: number
  • pubKeyRing: string
  • sellerSecurityDeposit: number
  • state: string
  • triggerPrice: string
  • txFee: number
  • useMarketBasedPrice: boolean
  • versionNr: string
  • volume: string

Generated using TypeDoc