totalCoins property

XdrInt64 totalCoins

Implementation

XdrInt64 get totalCoins => this._totalCoins;
void totalCoins=(XdrInt64 value)

Implementation

set totalCoins(XdrInt64 value) => this._totalCoins = value;