Function transferDetails

  • Creates a query object for ft4.get_transfer_details-query

    Parameters

    • txRid: BufferId

      the transaction in which the transfer was made

    • opIndex: number

      the index of the operation in the transaction

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