Class TransactionStateProof


  • public class TransactionStateProof
    extends PathResponse
    Fields for a state proof transaction. Definition: data/transactions/stateproof.go : StateProofTxnFields
    • Field Detail

      • stateProof

        public StateProofFields stateProof
        (sp) represents a state proof. Definition: crypto/stateproof/structs.go : StateProof
      • stateProofType

        public BigInteger stateProofType
        (sptype) Type of the state proof. Integer representing an entry defined in protocol/stateproof.go
    • Constructor Detail

      • TransactionStateProof

        public TransactionStateProof()