A representation of a Fund Operation Quote.

Constructors

Properties

asset: null | Asset = null
model: FundQuote

Methods

  • Gets the buy fee.

    Returns {
        amount: string;
        currency: string;
    }

    The buy fee amount and currency

    • amount: string
    • currency: string
  • Create a new Fund Operation Quote.

    Parameters

    • walletId: string

      The Wallet ID

    • addressId: string

      The Address ID

    • amount: Decimal

      The amount of the Asset

    • assetId: string

      The Asset ID

    • networkId: string

      The Network ID

    Returns Promise<FundQuote>

    The new FundQuote object