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