Function getTransferDetailsByAsset

  • Retrieves details of a transfer but only the details that was made with a specific asset

    Parameters

    • connection: Queryable

      connection to the blockchain where the transfer was made

    • txRid: BufferId

      the id of the transaction in which the transfer was made

    • opIndex: number

      the index of the transfer operation within the transaction

    • assetId: BufferId

      the asset id for which to return details

    Returns Promise<TransferDetail[]>

    The transfer details