Function loadTransferQueueImpl

  • Fetches TransferQueue data for a specified asset and transfer type.

    Throws

    If there is an issue with the RPC call or parsing the TransferQueue data.

    Parameters

    • this: SdxClient
    • asset: AssetType

      The type of asset for which to fetch the TransferQueue data.

    • transferType: TransferType

      The type of transfer for which to fetch the TransferQueue data.

    • Optional fromCache: boolean = false

      If true, data is loaded from cache. If false, data is fetched from chain.

    • Optional enableLogging: boolean = false

      If true, logging is enabled for the function.

    Returns Promise<TransferQueue>

    A promise that resolves to the TransferQueue data.

Generated using TypeDoc