Class GetTransactionProof


  • public class GetTransactionProof
    extends Query
    Get a proof for a transaction in a block. /v2/blocks/{round}/transactions/{txid}/proof
    • Constructor Detail

      • GetTransactionProof

        public GetTransactionProof​(Client client,
                                   Long round,
                                   String txid)
        Parameters:
        round - The round in which the transaction appears.
        txid - The transaction ID for which to generate a proof.