Function loadTransferRecordImpl

  • Fetches TransferRecord data for a specified transfer record.

    Throws

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

    Parameters

    • this: SdxClient
    • transferRecord: PublicKey

      The key of the transfer record to fetch.

    • 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<TransferRecord>

    A promise that resolves to the TransferRecord data.

Generated using TypeDoc