Class WalletBalance
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record WalletBalance : IEquatable<WalletBalance>
- Inheritance
-
WalletBalance
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
AssetId
public string? AssetId { get; init; }
Property Value
- string
ConfirmedWalletBalance
public BigInteger ConfirmedWalletBalance { get; init; }
Property Value
- BigInteger
Fingerprint
public uint? Fingerprint { get; init; }
Property Value
- uint?
MaxSendAmount
public BigInteger MaxSendAmount { get; init; }
Property Value
- BigInteger
PendingChange
public BigInteger PendingChange { get; init; }
Property Value
- BigInteger
PendingCoinRemovalCount
public int PendingCoinRemovalCount { get; init; }
Property Value
- int
SpendableBalance
public BigInteger SpendableBalance { get; init; }
Property Value
- BigInteger
UnconfirmedWalletBalance
public BigInteger UnconfirmedWalletBalance { get; init; }
Property Value
- BigInteger
UnspentCoinCount
public int UnspentCoinCount { get; init; }
Property Value
- int
WalletId
public uint WalletId { get; init; }
Property Value
- uint
WalletType
public WalletType WalletType { get; init; }
Property Value
- WalletType