Function transferDetailsByAsset

  • Creates a query object for ft4.get_transfer_details_by_asset-query

    Parameters

    • txRid: BufferId

      the transaction in which the transfer was made

    • opIndex: number

      the index of the operation in the transaction

    • assetId: BufferId

      the asset which to return details for

    Returns QueryObject<RawTransferDetail[], {
        asset_id: Buffer;
        op_index: number;
        tx_rid: Buffer;
    }>