Struct AccountStateDelta
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AccountStateDelta : IEquatable<AccountStateDelta>
Properties
Address
Declaration
[AlgoApiField("address")]
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Delta
Declaration
[AlgoApiField("delta")]
public StateDelta Delta { get; set; }
Property Value
| Type | Description |
|---|---|
| StateDelta |
Methods
Equals(AccountStateDelta)
Declaration
public bool Equals(AccountStateDelta other)
Parameters
| Type | Name | Description |
|---|---|---|
| AccountStateDelta | other |
Returns
| Type | Description |
|---|---|
| Boolean |