Struct AccountStateDelta
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct AccountStateDelta : IEquatable<AccountStateDelta>
Properties
Address
Declaration
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Delta
Declaration
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 |