Class RawTransaction


  • public class RawTransaction
    extends Query
    Broadcasts a raw transaction or transaction group to the network. /v2/transactions
    • Constructor Detail

      • RawTransaction

        public RawTransaction​(Client client)
    • Method Detail

      • rawtxn

        public RawTransaction rawtxn​(byte[] rawtxn)
        The byte encoded signed transaction to broadcast to network
      • skipPqAddressCheck

        public RawTransaction skipPqAddressCheck​(Boolean skipPqAddressCheck)
        Skip post-quantum address checks, including the check that rejects PQ authorizer and LogicSig escrow (TEAL v13 or later) whose address is an Edwards25519 curve point. This should only be used if you understand the risks and know what you are doing.
      • execute

        public Response<PostTransactionsResponse> execute​(String[] headers,
                                                          String[] values)
                                                   throws Exception
        Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
        Specified by:
        execute in class Query
        Parameters:
        headers - an array of header keys
        values - an array of header values
        Returns:
        the query response object.
        Throws:
        Exception