Struct AccountDeltas
Assembly: cs.temp.dll.dll
Syntax
public struct AccountDeltas : IEquatable<AccountDeltas>
Properties
Accounts
Array of Account updates for the round
Declaration
public AccountBalanceRecord[] Accounts { get; set; }
Property Value
Apps
Array of App updates for the round.
Declaration
public AppResourceRecord[] Apps { get; set; }
Property Value
Assets
Array of Asset updates for the round.
Declaration
public AssetResourceRecord[] Assets { get; set; }
Property Value
Methods
Equals(AccountDeltas)
Declaration
public bool Equals(AccountDeltas other)
Parameters
Returns