Struct StateProof
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct StateProof : IEquatable<StateProof>
Properties
Encoded
The encoded StateProof for the message.
Declaration
public byte[] Encoded { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
Message
Declaration
public StateProofMessage Message { get; set; }
Property Value
Type | Description |
---|---|
StateProofMessage |
Methods
Equals(StateProof)
Declaration
public bool Equals(StateProof other)
Parameters
Type | Name | Description |
---|---|---|
StateProof | other |
Returns
Type | Description |
---|---|
Boolean |