Struct TransactionStateProof
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TransactionStateProof : IEquatable<TransactionStateProof>
Properties
Message
Declaration
[AlgoApiField("message")]
public IndexerStateProofMessage Message { get; set; }
Property Value
StateProof
Declaration
[AlgoApiField("state-proof")]
public StateProofFields StateProof { get; set; }
Property Value
StateProofType
[sptype] Type of the state proof. Integer representing an entry defined in protocol/stateproof.go
Declaration
[AlgoApiField("state-proof-type")]
public Optional<ulong> StateProofType { get; set; }
Property Value
Methods
Equals(TransactionStateProof)
Declaration
public bool Equals(TransactionStateProof other)
Parameters
Returns