Class PoolWalletInfo
Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
public record PoolWalletInfo : IEquatable<PoolWalletInfo>
- Inheritance
-
PoolWalletInfo
- Implements
- Inherited Members
- Extension Methods
Properties
Current
public PoolState Current { get; init; }
Property Value
- PoolState
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
CurrentInner
Inner puzzle in current singleton, not revealed yet
public string CurrentInner { get; init; }
Property Value
- string
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
LauncherCoin
public Coin LauncherCoin { get; init; }
Property Value
- Coin
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
LauncherId
public string LauncherId { get; init; }
Property Value
- string
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
P2SingletonPuzzleHash
public string P2SingletonPuzzleHash { get; init; }
Property Value
- string
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
SingletonBlockHeight
Block height that current PoolState is from
public uint SingletonBlockHeight { get; init; }
Property Value
- uint
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
Target
public PoolState? Target { get; init; }
Property Value
- PoolState
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.
TipSingletonCoinId
public string TipSingletonCoinId { get; init; }
Property Value
- string
- Internal Pool Wallet state, not destined for the blockchain. This can be completely derived with the Singleton's CoinSpends list, or with the information from the WalletPoolStore.