AsObject: {
    acceptedBankIdsList: string[];
    acceptedCountryCodesList: string[];
    amount: number;
    arbitratorSignature: string;
    arbitratorSigner?: NodeAddress.AsObject;
    bankId: string;
    baseCurrencyCode: string;
    blockHeightAtOfferCreation: number;
    buyerSecurityDeposit: number;
    counterCurrencyCode: string;
    countryCode: string;
    date: number;
    direction: OfferDirection;
    extraDataMap: [string, string][];
    hashOfChallenge: string;
    id: string;
    isPrivateOffer: boolean;
    lowerClosePrice: number;
    makerFee: number;
    makerPaymentAccountId: string;
    marketPriceMarginPct: number;
    maxTradeLimit: number;
    maxTradePeriod: number;
    minAmount: number;
    offerFeePaymentTxId: string;
    ownerNodeAddress?: NodeAddress.AsObject;
    paymentMethodId: string;
    price: number;
    protocolVersion: number;
    pubKeyRing?: PubKeyRing.AsObject;
    reserveTxKeyImagesList: string[];
    sellerSecurityDeposit: number;
    upperClosePrice: number;
    useAutoClose: boolean;
    useMarketBasedPrice: boolean;
    useReOpenAfterAutoClose: boolean;
    versionNr: string;
}

Type declaration

  • acceptedBankIdsList: string[]
  • acceptedCountryCodesList: string[]
  • amount: number
  • arbitratorSignature: string
  • Optional arbitratorSigner?: NodeAddress.AsObject
  • bankId: string
  • baseCurrencyCode: string
  • blockHeightAtOfferCreation: number
  • buyerSecurityDeposit: number
  • counterCurrencyCode: string
  • countryCode: string
  • date: number
  • direction: OfferDirection
  • extraDataMap: [string, string][]
  • hashOfChallenge: string
  • id: string
  • isPrivateOffer: boolean
  • lowerClosePrice: number
  • makerFee: number
  • makerPaymentAccountId: string
  • marketPriceMarginPct: number
  • maxTradeLimit: number
  • maxTradePeriod: number
  • minAmount: number
  • offerFeePaymentTxId: string
  • Optional ownerNodeAddress?: NodeAddress.AsObject
  • paymentMethodId: string
  • price: number
  • protocolVersion: number
  • Optional pubKeyRing?: PubKeyRing.AsObject
  • reserveTxKeyImagesList: string[]
  • sellerSecurityDeposit: number
  • upperClosePrice: number
  • useAutoClose: boolean
  • useMarketBasedPrice: boolean
  • useReOpenAfterAutoClose: boolean
  • versionNr: string

Generated using TypeDoc