Struct StateProof
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct StateProof : IEquatable<StateProof>
Properties
Encoded
The encoded StateProof for the message.
Declaration
[AlgoApiField("StateProof")]
public byte[] Encoded { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
Message
Declaration
[AlgoApiField("Message")]
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 |