From 8096c41a30b733a43285772462e06ddd5c47b681 Mon Sep 17 00:00:00 2001 From: Don Kackman Date: Sun, 23 Jan 2022 12:48:32 -0600 Subject: [PATCH] 0.8.0 --- docs/api/chia.dotnet.BlockRecord.html | 70 +- docs/api/chia.dotnet.BlockchainState.html | 14 +- .../chia.dotnet.ChallengeChainSubSlot.html | 14 +- docs/api/chia.dotnet.ClassgroupElement.html | 14 +- docs/api/chia.dotnet.Coin.html | 14 +- docs/api/chia.dotnet.CoinRecord.html | 14 +- docs/api/chia.dotnet.CoinSpend.html | 14 +- docs/api/chia.dotnet.ColouredCoinWallet.html | 35 +- docs/api/chia.dotnet.Condition.html | 14 +- docs/api/chia.dotnet.ConditionWithArgs.html | 14 +- docs/api/chia.dotnet.Config.html | 14 +- docs/api/chia.dotnet.ConnectionInfo.html | 14 +- docs/api/chia.dotnet.DIDWallet.html | 47 +- docs/api/chia.dotnet.DaemonProxy.html | 14 +- docs/api/chia.dotnet.EndOfSubSlotBundle.html | 14 +- docs/api/chia.dotnet.EndpointInfo.html | 14 +- docs/api/chia.dotnet.ErrorResponse.html | 14 +- docs/api/chia.dotnet.Extensions.html | 14 +- docs/api/chia.dotnet.FarmerProxy.html | 14 +- docs/api/chia.dotnet.FarmerSignagePoint.html | 14 +- docs/api/chia.dotnet.Foliage.html | 14 +- docs/api/chia.dotnet.FoliageBlockData.html | 14 +- .../chia.dotnet.FoliageTransactionBlock.html | 14 +- docs/api/chia.dotnet.FullBlock.html | 14 +- docs/api/chia.dotnet.FullNodeProxy.html | 14 +- docs/api/chia.dotnet.HarvesterConnection.html | 14 +- docs/api/chia.dotnet.HarvesterInfo.html | 14 +- docs/api/chia.dotnet.HarvesterProxy.html | 14 +- docs/api/chia.dotnet.HttpRpcClient.html | 18 +- docs/api/chia.dotnet.IRpcClient.html | 2 +- ...a.dotnet.InfusedChallengeChainSubSlot.html | 14 +- docs/api/chia.dotnet.MempoolItem.html | 14 +- docs/api/chia.dotnet.Message.html | 14 +- docs/api/chia.dotnet.NPC.html | 14 +- docs/api/chia.dotnet.NPCResult.html | 14 +- docs/api/chia.dotnet.PlotInfo.html | 14 +- docs/api/chia.dotnet.PlotterConfig.html | 55 +- docs/api/chia.dotnet.PlotterInfo.html | 14 +- docs/api/chia.dotnet.PlotterProxy.html | 22 +- docs/api/chia.dotnet.PoolInfo.html | 14 +- docs/api/chia.dotnet.PoolPoint.html | 14 +- docs/api/chia.dotnet.PoolState.html | 14 +- docs/api/chia.dotnet.PoolStateInfo.html | 14 +- docs/api/chia.dotnet.PoolTarget.html | 14 +- docs/api/chia.dotnet.PoolWallet.html | 35 +- docs/api/chia.dotnet.PoolWalletConfig.html | 14 +- docs/api/chia.dotnet.PoolWalletInfo.html | 14 +- docs/api/chia.dotnet.ProofOfSpace.html | 14 +- docs/api/chia.dotnet.QueuedPlotInfo.html | 14 +- docs/api/chia.dotnet.RateLimitedWallet.html | 25 +- docs/api/chia.dotnet.ResponseException.html | 40 +- docs/api/chia.dotnet.RewardChainBlock.html | 14 +- ...hia.dotnet.RewardChainBlockUnfinished.html | 14 +- docs/api/chia.dotnet.RewardChainSubSlot.html | 14 +- docs/api/chia.dotnet.SendPeer.html | 14 +- docs/api/chia.dotnet.ServiceNames.html | 12 +- docs/api/chia.dotnet.ServiceProxy.html | 14 +- docs/api/chia.dotnet.SignagePoint.html | 14 +- docs/api/chia.dotnet.SpendBundle.html | 14 +- docs/api/chia.dotnet.SubEpochSummary.html | 14 +- docs/api/chia.dotnet.SubSlotProofs.html | 14 +- docs/api/chia.dotnet.SyncState.html | 14 +- docs/api/chia.dotnet.TradeRecord.html | 14 +- docs/api/chia.dotnet.TransactionRecord.html | 14 +- docs/api/chia.dotnet.TransactionsInfo.html | 14 +- .../chia.dotnet.UnfinishedHeaderBlock.html | 14 +- docs/api/chia.dotnet.VDFInfo.html | 14 +- docs/api/chia.dotnet.VDFProof.html | 14 +- docs/api/chia.dotnet.Wallet.html | 89 +- docs/api/chia.dotnet.WalletInfo.html | 14 +- docs/api/chia.dotnet.WalletProxy.html | 18 +- docs/api/chia.dotnet.WebSocketRpcClient.html | 46 +- docs/api/chia.dotnet.bech32.Bech32M.html | 461 ++++++++++ docs/api/chia.dotnet.bech32.HexBytes.html | 862 ++++++++++++++++++ docs/api/chia.dotnet.bech32.html | 124 +++ docs/api/chia.dotnet.html | 4 +- docs/api/toc.html | 13 + docs/index.html | 3 +- docs/manifest.json | 354 +++---- docs/xrefmap.yml | 321 +++++++ src/chia-dotnet/chia-dotnet.csproj | 10 +- 81 files changed, 2674 insertions(+), 804 deletions(-) create mode 100644 docs/api/chia.dotnet.bech32.Bech32M.html create mode 100644 docs/api/chia.dotnet.bech32.HexBytes.html create mode 100644 docs/api/chia.dotnet.bech32.html diff --git a/docs/api/chia.dotnet.BlockRecord.html b/docs/api/chia.dotnet.BlockRecord.html index 6ef04284..45c98f3b 100644 --- a/docs/api/chia.dotnet.BlockRecord.html +++ b/docs/api/chia.dotnet.BlockRecord.html @@ -90,25 +90,25 @@
Implements
Inherited Members
- Object.Equals(Object) + Object.Equals(Object)
- Object.Equals(Object, Object) + Object.Equals(Object, Object)
- Object.GetHashCode() + Object.GetHashCode()
- Object.GetType() + Object.GetType()
- Object.MemberwiseClone() + Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
- Object.ToString() + Object.ToString()
Namespace: chia.dotnet
@@ -124,7 +124,7 @@

Properties Improve this Doc - View Source + View Source

ChallengeBlockInfoHash

@@ -155,7 +155,7 @@
Property Value
Improve this Doc - View Source + View Source

ChallengeVdfOutput

@@ -186,7 +186,7 @@
Property Value
Improve this Doc - View Source + View Source

DateTimestamp

@@ -217,7 +217,7 @@
Property Value
Improve this Doc - View Source + View Source

Deficit

@@ -248,7 +248,7 @@
Property Value
Improve this Doc - View Source + View Source

FarmerPuzzleHash

@@ -278,7 +278,7 @@
Property Value
Improve this Doc - View Source + View Source

Fees

@@ -309,7 +309,7 @@
Property Value
Improve this Doc - View Source + View Source

FinishedChallengeSlotHashes

@@ -340,7 +340,7 @@
Property Value
Improve this Doc - View Source + View Source

FinishedInfusedChallengeSlotHashes

@@ -371,7 +371,7 @@
Property Value
Improve this Doc - View Source + View Source

FinishedRewardSlotHashes

@@ -402,7 +402,7 @@
Property Value
Improve this Doc - View Source + View Source

HeaderHash

@@ -432,7 +432,7 @@
Property Value
Improve this Doc - View Source + View Source

Height

@@ -462,7 +462,7 @@
Property Value
Improve this Doc - View Source + View Source

InfusedChallengeVdfOutput

@@ -493,7 +493,7 @@
Property Value
Improve this Doc - View Source + View Source

IsTransactionBlock

@@ -524,7 +524,7 @@
Property Value
Improve this Doc - View Source + View Source

Overflow

@@ -554,7 +554,7 @@
Property Value
Improve this Doc - View Source + View Source

PoolPuzzleHash

@@ -585,7 +585,7 @@
Property Value
Improve this Doc - View Source + View Source

PrevHash

@@ -617,7 +617,7 @@
Property Value
Improve this Doc - View Source + View Source

PrevTransactionBlockHash

@@ -648,7 +648,7 @@
Property Value
Improve this Doc - View Source + View Source

PrevTransactionBlockHeight

@@ -678,7 +678,7 @@
Property Value
Improve this Doc - View Source + View Source

RequiredIters

@@ -709,7 +709,7 @@
Property Value
Improve this Doc - View Source + View Source

RewardClaimsIncorporated

@@ -740,7 +740,7 @@
Property Value
Improve this Doc - View Source + View Source

RewardInfusionNewChallenge

@@ -771,7 +771,7 @@
Property Value
Improve this Doc - View Source + View Source

SignagePointIndex

@@ -801,7 +801,7 @@
Property Value
Improve this Doc - View Source + View Source

SubEpochSummaryIncluded

@@ -832,7 +832,7 @@
Property Value
Improve this Doc - View Source + View Source

SubSlotIters

@@ -863,7 +863,7 @@
Property Value
Improve this Doc - View Source + View Source

Timestamp

@@ -894,7 +894,7 @@
Property Value
Improve this Doc - View Source + View Source

TotalIters

@@ -925,7 +925,7 @@
Property Value
Improve this Doc - View Source + View Source

Weight

@@ -966,7 +966,7 @@

Implements

Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.BlockchainState.html b/docs/api/chia.dotnet.BlockchainState.html index a8f93635..b4f38ac6 100644 --- a/docs/api/chia.dotnet.BlockchainState.html +++ b/docs/api/chia.dotnet.BlockchainState.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ChallengeChainSubSlot.html b/docs/api/chia.dotnet.ChallengeChainSubSlot.html index c2ddaa8a..7a4838f9 100644 --- a/docs/api/chia.dotnet.ChallengeChainSubSlot.html +++ b/docs/api/chia.dotnet.ChallengeChainSubSlot.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ClassgroupElement.html b/docs/api/chia.dotnet.ClassgroupElement.html index 2e887427..6e2e06fb 100644 --- a/docs/api/chia.dotnet.ClassgroupElement.html +++ b/docs/api/chia.dotnet.ClassgroupElement.html @@ -90,25 +90,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.Coin.html b/docs/api/chia.dotnet.Coin.html index 0674d1b7..f1f9be3d 100644 --- a/docs/api/chia.dotnet.Coin.html +++ b/docs/api/chia.dotnet.Coin.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.CoinRecord.html b/docs/api/chia.dotnet.CoinRecord.html index 63e93776..847b450b 100644 --- a/docs/api/chia.dotnet.CoinRecord.html +++ b/docs/api/chia.dotnet.CoinRecord.html @@ -89,25 +89,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.CoinSpend.html b/docs/api/chia.dotnet.CoinSpend.html index 4079fda2..14ec94e7 100644 --- a/docs/api/chia.dotnet.CoinSpend.html +++ b/docs/api/chia.dotnet.CoinSpend.html @@ -90,25 +90,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ColouredCoinWallet.html b/docs/api/chia.dotnet.ColouredCoinWallet.html index 2e296bfd..83967e75 100644 --- a/docs/api/chia.dotnet.ColouredCoinWallet.html +++ b/docs/api/chia.dotnet.ColouredCoinWallet.html @@ -90,6 +90,9 @@
    Inherited Members
    Wallet.WalletProxy
    +
    + Wallet.CreateWalletDataObject() +
    Wallet.Validate(WalletType, CancellationToken)
    @@ -124,25 +127,25 @@
    Inherited Members
    Wallet.SendTransactionMulti(IEnumerable<Coin>, UInt64, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -158,7 +161,7 @@

    Constructors Improve this Doc - View Source + View Source

    ColouredCoinWallet(UInt32, WalletProxy)

    @@ -200,7 +203,7 @@

    Methods Improve this Doc - View Source + View Source

    GetColour(CancellationToken)

    @@ -250,7 +253,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetName(CancellationToken)

    @@ -300,7 +303,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SetName(String, CancellationToken)

    @@ -356,7 +359,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Spend(String, UInt64, UInt64, CancellationToken)

    @@ -424,11 +427,11 @@
    Returns
    Improve this Doc - View Source + View Source

    Validate(CancellationToken)

    -

    Validtes that WalletId is a COLOURED_COIN

    +

    Validates that WalletId is a COLOURED_COIN

    Declaration
    @@ -463,7 +466,7 @@
    Returns
    Task -

    True if the wallet if of the expected type

    +

    True if the wallet is a CC wallet

    @@ -481,7 +484,7 @@
    Overrides
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.Condition.html b/docs/api/chia.dotnet.Condition.html index 3314161f..36c36a47 100644 --- a/docs/api/chia.dotnet.Condition.html +++ b/docs/api/chia.dotnet.Condition.html @@ -91,25 +91,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ConditionWithArgs.html b/docs/api/chia.dotnet.ConditionWithArgs.html index b4ef226f..4dbfb89f 100644 --- a/docs/api/chia.dotnet.ConditionWithArgs.html +++ b/docs/api/chia.dotnet.ConditionWithArgs.html @@ -89,25 +89,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.Config.html b/docs/api/chia.dotnet.Config.html index ff52e920..b1eb140d 100644 --- a/docs/api/chia.dotnet.Config.html +++ b/docs/api/chia.dotnet.Config.html @@ -85,25 +85,25 @@
    Inheritance
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ConnectionInfo.html b/docs/api/chia.dotnet.ConnectionInfo.html index 9fa6ab3f..4739f7d1 100644 --- a/docs/api/chia.dotnet.ConnectionInfo.html +++ b/docs/api/chia.dotnet.ConnectionInfo.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.DIDWallet.html b/docs/api/chia.dotnet.DIDWallet.html index 4b58f589..c9c608a7 100644 --- a/docs/api/chia.dotnet.DIDWallet.html +++ b/docs/api/chia.dotnet.DIDWallet.html @@ -90,6 +90,9 @@
    Inherited Members
    Wallet.WalletProxy
    +
    + Wallet.CreateWalletDataObject() +
    Wallet.Validate(WalletType, CancellationToken)
    @@ -124,25 +127,25 @@
    Inherited Members
    Wallet.SendTransactionMulti(IEnumerable<Coin>, UInt64, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -158,7 +161,7 @@

    Constructors Improve this Doc - View Source + View Source

    DIDWallet(UInt32, WalletProxy)

    @@ -200,7 +203,7 @@

    Methods Improve this Doc - View Source + View Source

    CreateAttest(String, String, String, String, CancellationToken)

    @@ -274,7 +277,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateBackupFile(String, CancellationToken)

    @@ -330,7 +333,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetDID(CancellationToken)

    @@ -380,7 +383,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetInformationNeededForRecovery(CancellationToken)

    @@ -430,7 +433,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPubKey(CancellationToken)

    @@ -480,7 +483,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRecoveryList(CancellationToken)

    @@ -530,7 +533,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RecoverySpend(IEnumerable<String>, String, String, CancellationToken)

    @@ -598,7 +601,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Spend(String, CancellationToken)

    @@ -654,7 +657,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UpdateRecoveryIds(IEnumerable<String>, CancellationToken)

    @@ -710,7 +713,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UpdateRecoveryIds(IEnumerable<String>, UInt64, CancellationToken)

    @@ -772,11 +775,11 @@
    Returns
    Improve this Doc - View Source + View Source

    Validate(CancellationToken)

    -

    Validtes that WalletId is a DISTRIBUTED_ID

    +

    Validates that WalletId is a DISTRIBUTED_ID

    Declaration
    @@ -811,7 +814,7 @@
    Returns
    Task -

    True if the wallet if of the expected type

    +

    True if the wallet is a DID wallet

    @@ -829,7 +832,7 @@
    Overrides
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.DaemonProxy.html b/docs/api/chia.dotnet.DaemonProxy.html index 2e07737b..c679d2be 100644 --- a/docs/api/chia.dotnet.DaemonProxy.html +++ b/docs/api/chia.dotnet.DaemonProxy.html @@ -111,25 +111,25 @@
    Inherited Members
    ServiceProxy.CloseConnection(String, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.EndOfSubSlotBundle.html b/docs/api/chia.dotnet.EndOfSubSlotBundle.html index c337b1dd..1e61dddb 100644 --- a/docs/api/chia.dotnet.EndOfSubSlotBundle.html +++ b/docs/api/chia.dotnet.EndOfSubSlotBundle.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.EndpointInfo.html b/docs/api/chia.dotnet.EndpointInfo.html index e17d8b1c..bfab7766 100644 --- a/docs/api/chia.dotnet.EndpointInfo.html +++ b/docs/api/chia.dotnet.EndpointInfo.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ErrorResponse.html b/docs/api/chia.dotnet.ErrorResponse.html index 666a18dc..0abea027 100644 --- a/docs/api/chia.dotnet.ErrorResponse.html +++ b/docs/api/chia.dotnet.ErrorResponse.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.Extensions.html b/docs/api/chia.dotnet.Extensions.html index ff995d64..785cf3e4 100644 --- a/docs/api/chia.dotnet.Extensions.html +++ b/docs/api/chia.dotnet.Extensions.html @@ -84,25 +84,25 @@
    Inheritance
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.FarmerProxy.html b/docs/api/chia.dotnet.FarmerProxy.html index e5eb432d..eb0e9b45 100644 --- a/docs/api/chia.dotnet.FarmerProxy.html +++ b/docs/api/chia.dotnet.FarmerProxy.html @@ -109,25 +109,25 @@
    Inherited Members
    ServiceProxy.CloseConnection(String, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.FarmerSignagePoint.html b/docs/api/chia.dotnet.FarmerSignagePoint.html index ce519887..c3f93163 100644 --- a/docs/api/chia.dotnet.FarmerSignagePoint.html +++ b/docs/api/chia.dotnet.FarmerSignagePoint.html @@ -89,25 +89,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.Foliage.html b/docs/api/chia.dotnet.Foliage.html index 98712a57..bbb62466 100644 --- a/docs/api/chia.dotnet.Foliage.html +++ b/docs/api/chia.dotnet.Foliage.html @@ -90,25 +90,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.FoliageBlockData.html b/docs/api/chia.dotnet.FoliageBlockData.html index 09e413d7..486d4fbd 100644 --- a/docs/api/chia.dotnet.FoliageBlockData.html +++ b/docs/api/chia.dotnet.FoliageBlockData.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.FoliageTransactionBlock.html b/docs/api/chia.dotnet.FoliageTransactionBlock.html index 1f15fbfd..b783c957 100644 --- a/docs/api/chia.dotnet.FoliageTransactionBlock.html +++ b/docs/api/chia.dotnet.FoliageTransactionBlock.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.FullBlock.html b/docs/api/chia.dotnet.FullBlock.html index 164086be..d9cbf308 100644 --- a/docs/api/chia.dotnet.FullBlock.html +++ b/docs/api/chia.dotnet.FullBlock.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.FullNodeProxy.html b/docs/api/chia.dotnet.FullNodeProxy.html index be716cde..6ac4247a 100644 --- a/docs/api/chia.dotnet.FullNodeProxy.html +++ b/docs/api/chia.dotnet.FullNodeProxy.html @@ -109,25 +109,25 @@
    Inherited Members
    ServiceProxy.CloseConnection(String, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.HarvesterConnection.html b/docs/api/chia.dotnet.HarvesterConnection.html index dd3b8a1a..0b7054ec 100644 --- a/docs/api/chia.dotnet.HarvesterConnection.html +++ b/docs/api/chia.dotnet.HarvesterConnection.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.HarvesterInfo.html b/docs/api/chia.dotnet.HarvesterInfo.html index e90c4559..74a10004 100644 --- a/docs/api/chia.dotnet.HarvesterInfo.html +++ b/docs/api/chia.dotnet.HarvesterInfo.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.HarvesterProxy.html b/docs/api/chia.dotnet.HarvesterProxy.html index adac6236..92519924 100644 --- a/docs/api/chia.dotnet.HarvesterProxy.html +++ b/docs/api/chia.dotnet.HarvesterProxy.html @@ -109,25 +109,25 @@
    Inherited Members
    ServiceProxy.CloseConnection(String, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.HttpRpcClient.html b/docs/api/chia.dotnet.HttpRpcClient.html index 9bd19711..ded30f66 100644 --- a/docs/api/chia.dotnet.HttpRpcClient.html +++ b/docs/api/chia.dotnet.HttpRpcClient.html @@ -89,25 +89,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -196,7 +196,7 @@

    Methods

    Dispose()

    -

    Dispose()

    +
    Declaration
    @@ -232,7 +232,7 @@
    Parameters
    Boolean disposing -

    Invoke from Dispose()

    +

    Invoke from Dispose()

    diff --git a/docs/api/chia.dotnet.IRpcClient.html b/docs/api/chia.dotnet.IRpcClient.html index 9a4e220a..bb266406 100644 --- a/docs/api/chia.dotnet.IRpcClient.html +++ b/docs/api/chia.dotnet.IRpcClient.html @@ -79,7 +79,7 @@

    Inherited Members
    - IDisposable.Dispose() + IDisposable.Dispose()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.InfusedChallengeChainSubSlot.html b/docs/api/chia.dotnet.InfusedChallengeChainSubSlot.html index 5bbdc4b5..1346cfe3 100644 --- a/docs/api/chia.dotnet.InfusedChallengeChainSubSlot.html +++ b/docs/api/chia.dotnet.InfusedChallengeChainSubSlot.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.MempoolItem.html b/docs/api/chia.dotnet.MempoolItem.html index ffb1df69..9f848605 100644 --- a/docs/api/chia.dotnet.MempoolItem.html +++ b/docs/api/chia.dotnet.MempoolItem.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.Message.html b/docs/api/chia.dotnet.Message.html index 2af2a447..ff7e2292 100644 --- a/docs/api/chia.dotnet.Message.html +++ b/docs/api/chia.dotnet.Message.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.NPC.html b/docs/api/chia.dotnet.NPC.html index 95eb4af6..6381220f 100644 --- a/docs/api/chia.dotnet.NPC.html +++ b/docs/api/chia.dotnet.NPC.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.NPCResult.html b/docs/api/chia.dotnet.NPCResult.html index ec48972c..9147ace5 100644 --- a/docs/api/chia.dotnet.NPCResult.html +++ b/docs/api/chia.dotnet.NPCResult.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PlotInfo.html b/docs/api/chia.dotnet.PlotInfo.html index f152c7c4..4923d9f2 100644 --- a/docs/api/chia.dotnet.PlotInfo.html +++ b/docs/api/chia.dotnet.PlotInfo.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PlotterConfig.html b/docs/api/chia.dotnet.PlotterConfig.html index f407ae02..1f0780ca 100644 --- a/docs/api/chia.dotnet.PlotterConfig.html +++ b/docs/api/chia.dotnet.PlotterConfig.html @@ -89,25 +89,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -123,7 +123,7 @@

    Properties Improve this Doc - View Source + View Source

    AltFingerprint

    @@ -156,7 +156,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Buckets

    @@ -191,7 +191,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Buffer

    @@ -261,7 +261,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DestinationDir

    @@ -295,7 +295,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ExcludeFinalDir

    @@ -328,7 +328,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FarmerPublicKey

    @@ -361,11 +361,12 @@
    Property Value
    Improve this Doc - View Source + View Source

    Memo

    -
    +

    Debug purposes only

    +
    Declaration
    @@ -392,7 +393,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    NoBitField

    @@ -426,7 +427,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Number

    @@ -459,7 +460,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    NumThreads

    @@ -492,7 +493,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    OverrideK

    @@ -525,7 +526,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Parallel

    @@ -557,7 +558,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    PoolContractAddress

    @@ -588,7 +589,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    PoolPublicKey

    @@ -621,7 +622,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Queue

    @@ -643,7 +644,7 @@
    Property Value
    String -

    Defauls to "default"

    +

    Defaults to "default"

    @@ -653,7 +654,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Size

    @@ -686,7 +687,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TempDir

    @@ -721,7 +722,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TempDir2

    diff --git a/docs/api/chia.dotnet.PlotterInfo.html b/docs/api/chia.dotnet.PlotterInfo.html index c3b64eb4..2dcd9489 100644 --- a/docs/api/chia.dotnet.PlotterInfo.html +++ b/docs/api/chia.dotnet.PlotterInfo.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PlotterProxy.html b/docs/api/chia.dotnet.PlotterProxy.html index d6384292..1c3b3268 100644 --- a/docs/api/chia.dotnet.PlotterProxy.html +++ b/docs/api/chia.dotnet.PlotterProxy.html @@ -109,25 +109,25 @@
    Inherited Members
    ServiceProxy.CloseConnection(String, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -212,7 +212,7 @@
    Parameters
    CancellationToken cancellationToken -

    A A token to allow the call to be cancelled

    +

    A token to allow the call to be cancelled

    @@ -292,7 +292,7 @@
    Returns

    StartPlotting(PlotterConfig, CancellationToken)

    -

    Starts plotting. Returns after plot is added to the plotting queue. Does not wiat for plot to finish

    +

    Starts plotting. Returns after plot is added to the plotting queue. Does not wait for plot to finish

    Declaration
    @@ -318,7 +318,7 @@
    Parameters
    CancellationToken cancellationToken -

    A A token to allow the call to be cancelled

    +

    A token to allow the call to be cancelled

    @@ -374,7 +374,7 @@
    Parameters
    CancellationToken cancellationToken -

    A A token to allow the call to be cancelled

    +

    A token to allow the call to be cancelled

    diff --git a/docs/api/chia.dotnet.PoolInfo.html b/docs/api/chia.dotnet.PoolInfo.html index 0f573df9..fa664eca 100644 --- a/docs/api/chia.dotnet.PoolInfo.html +++ b/docs/api/chia.dotnet.PoolInfo.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PoolPoint.html b/docs/api/chia.dotnet.PoolPoint.html index abfc1a60..ec17cb72 100644 --- a/docs/api/chia.dotnet.PoolPoint.html +++ b/docs/api/chia.dotnet.PoolPoint.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PoolState.html b/docs/api/chia.dotnet.PoolState.html index 5cc44602..e50d06f4 100644 --- a/docs/api/chia.dotnet.PoolState.html +++ b/docs/api/chia.dotnet.PoolState.html @@ -92,25 +92,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PoolStateInfo.html b/docs/api/chia.dotnet.PoolStateInfo.html index 55bcda8d..fc16662b 100644 --- a/docs/api/chia.dotnet.PoolStateInfo.html +++ b/docs/api/chia.dotnet.PoolStateInfo.html @@ -89,25 +89,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PoolTarget.html b/docs/api/chia.dotnet.PoolTarget.html index 741d9de8..061ca730 100644 --- a/docs/api/chia.dotnet.PoolTarget.html +++ b/docs/api/chia.dotnet.PoolTarget.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PoolWallet.html b/docs/api/chia.dotnet.PoolWallet.html index 2c0fdf97..67180a07 100644 --- a/docs/api/chia.dotnet.PoolWallet.html +++ b/docs/api/chia.dotnet.PoolWallet.html @@ -90,6 +90,9 @@
    Inherited Members
    Wallet.WalletProxy
    +
    + Wallet.CreateWalletDataObject() +
    Wallet.Validate(WalletType, CancellationToken)
    @@ -124,25 +127,25 @@
    Inherited Members
    Wallet.SendTransactionMulti(IEnumerable<Coin>, UInt64, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -158,7 +161,7 @@

    Constructors Improve this Doc - View Source + View Source

    PoolWallet(UInt32, WalletProxy)

    @@ -200,7 +203,7 @@

    Methods Improve this Doc - View Source + View Source

    AbsorbRewards(UInt64, CancellationToken)

    @@ -256,7 +259,7 @@
    Returns
    Improve this Doc - View Source + View Source

    JoinPool(String, String, UInt32, CancellationToken)

    @@ -324,7 +327,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SelfPool(CancellationToken)

    @@ -376,7 +379,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Status(CancellationToken)

    @@ -426,11 +429,11 @@
    Returns
    Improve this Doc - View Source + View Source

    Validate(CancellationToken)

    -

    Validtes that WalletId is a POOLING_WALLET

    +

    Validates that WalletId is a POOLING_WALLET

    Declaration
    @@ -465,7 +468,7 @@
    Returns
    Task -

    True if the wallet if of the expected type

    +

    True if the wallet is a pooling wallet

    @@ -483,7 +486,7 @@
    Overrides
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.PoolWalletConfig.html b/docs/api/chia.dotnet.PoolWalletConfig.html index 638680a7..270ff15d 100644 --- a/docs/api/chia.dotnet.PoolWalletConfig.html +++ b/docs/api/chia.dotnet.PoolWalletConfig.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.PoolWalletInfo.html b/docs/api/chia.dotnet.PoolWalletInfo.html index 68b8a3b4..df2422c2 100644 --- a/docs/api/chia.dotnet.PoolWalletInfo.html +++ b/docs/api/chia.dotnet.PoolWalletInfo.html @@ -89,25 +89,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ProofOfSpace.html b/docs/api/chia.dotnet.ProofOfSpace.html index 82f81335..72daf19a 100644 --- a/docs/api/chia.dotnet.ProofOfSpace.html +++ b/docs/api/chia.dotnet.ProofOfSpace.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.QueuedPlotInfo.html b/docs/api/chia.dotnet.QueuedPlotInfo.html index 8dca7e73..835aa9a4 100644 --- a/docs/api/chia.dotnet.QueuedPlotInfo.html +++ b/docs/api/chia.dotnet.QueuedPlotInfo.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.RateLimitedWallet.html b/docs/api/chia.dotnet.RateLimitedWallet.html index 27668c59..f38cd1bc 100644 --- a/docs/api/chia.dotnet.RateLimitedWallet.html +++ b/docs/api/chia.dotnet.RateLimitedWallet.html @@ -90,6 +90,9 @@
    Inherited Members
    Wallet.WalletProxy
    +
    + Wallet.CreateWalletDataObject() +
    Wallet.Validate(WalletType, CancellationToken)
    @@ -124,25 +127,25 @@
    Inherited Members
    Wallet.SendTransactionMulti(IEnumerable<Coin>, UInt64, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -200,7 +203,7 @@

    Methods Improve this Doc - View Source + View Source

    AddFunds(UInt64, UInt64, CancellationToken)

    @@ -262,7 +265,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SendClawbackTransaction(UInt64, CancellationToken)

    @@ -408,7 +411,7 @@
    Returns

    Validate(CancellationToken)

    -

    Validtes that WalletId is a RATE_LIMITED

    +

    Validates that WalletId is a RATE_LIMITED

    Declaration
    @@ -443,7 +446,7 @@
    Returns
    Task -

    True if the wallet if of the expected type

    +

    True if the wallet is Rate Limited

    diff --git a/docs/api/chia.dotnet.ResponseException.html b/docs/api/chia.dotnet.ResponseException.html index 61611bdc..5c5c875a 100644 --- a/docs/api/chia.dotnet.ResponseException.html +++ b/docs/api/chia.dotnet.ResponseException.html @@ -90,58 +90,58 @@
    Implements
    Namespace: chia.dotnet
    @@ -221,7 +221,7 @@
    Parameters
    String message -

    Message

    +

    Message

    @@ -261,13 +261,13 @@
    Parameters
    String message -

    Message

    +

    Message

    Exception innerException -

    InnerException

    +

    InnerException

    diff --git a/docs/api/chia.dotnet.RewardChainBlock.html b/docs/api/chia.dotnet.RewardChainBlock.html index 52f7e447..a4943d5c 100644 --- a/docs/api/chia.dotnet.RewardChainBlock.html +++ b/docs/api/chia.dotnet.RewardChainBlock.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.RewardChainBlockUnfinished.html b/docs/api/chia.dotnet.RewardChainBlockUnfinished.html index 21b9e90c..fa01f2af 100644 --- a/docs/api/chia.dotnet.RewardChainBlockUnfinished.html +++ b/docs/api/chia.dotnet.RewardChainBlockUnfinished.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.RewardChainSubSlot.html b/docs/api/chia.dotnet.RewardChainSubSlot.html index 6857ca9f..e3c7a835 100644 --- a/docs/api/chia.dotnet.RewardChainSubSlot.html +++ b/docs/api/chia.dotnet.RewardChainSubSlot.html @@ -87,25 +87,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.SendPeer.html b/docs/api/chia.dotnet.SendPeer.html index 4513c0ae..eb102c33 100644 --- a/docs/api/chia.dotnet.SendPeer.html +++ b/docs/api/chia.dotnet.SendPeer.html @@ -89,25 +89,25 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ServiceNames.html b/docs/api/chia.dotnet.ServiceNames.html index 49236cdf..42fc95a2 100644 --- a/docs/api/chia.dotnet.ServiceNames.html +++ b/docs/api/chia.dotnet.ServiceNames.html @@ -79,22 +79,22 @@

    Inherited Members
    - ValueType.Equals(Object) + ValueType.Equals(Object)
    - ValueType.GetHashCode() + ValueType.GetHashCode()
    - ValueType.ToString() + ValueType.ToString()
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetType() + Object.GetType()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.ServiceProxy.html b/docs/api/chia.dotnet.ServiceProxy.html index 75fca291..10ffc70d 100644 --- a/docs/api/chia.dotnet.ServiceProxy.html +++ b/docs/api/chia.dotnet.ServiceProxy.html @@ -90,25 +90,25 @@
    Inheritance
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.SignagePoint.html b/docs/api/chia.dotnet.SignagePoint.html index 380b70d0..2c151f64 100644 --- a/docs/api/chia.dotnet.SignagePoint.html +++ b/docs/api/chia.dotnet.SignagePoint.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.SpendBundle.html b/docs/api/chia.dotnet.SpendBundle.html index 9d8f1dc9..1a7a1869 100644 --- a/docs/api/chia.dotnet.SpendBundle.html +++ b/docs/api/chia.dotnet.SpendBundle.html @@ -91,25 +91,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.SubEpochSummary.html b/docs/api/chia.dotnet.SubEpochSummary.html index f6de7e0f..a5380617 100644 --- a/docs/api/chia.dotnet.SubEpochSummary.html +++ b/docs/api/chia.dotnet.SubEpochSummary.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.SubSlotProofs.html b/docs/api/chia.dotnet.SubSlotProofs.html index 8ca0cb38..f54c618a 100644 --- a/docs/api/chia.dotnet.SubSlotProofs.html +++ b/docs/api/chia.dotnet.SubSlotProofs.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.SyncState.html b/docs/api/chia.dotnet.SyncState.html index 0919464d..cc160f56 100644 --- a/docs/api/chia.dotnet.SyncState.html +++ b/docs/api/chia.dotnet.SyncState.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.TradeRecord.html b/docs/api/chia.dotnet.TradeRecord.html index 7a21012a..58bbb5c1 100644 --- a/docs/api/chia.dotnet.TradeRecord.html +++ b/docs/api/chia.dotnet.TradeRecord.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.TransactionRecord.html b/docs/api/chia.dotnet.TransactionRecord.html index 1cc893f3..d25cf716 100644 --- a/docs/api/chia.dotnet.TransactionRecord.html +++ b/docs/api/chia.dotnet.TransactionRecord.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.TransactionsInfo.html b/docs/api/chia.dotnet.TransactionsInfo.html index 53c45200..9c18d7bc 100644 --- a/docs/api/chia.dotnet.TransactionsInfo.html +++ b/docs/api/chia.dotnet.TransactionsInfo.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.UnfinishedHeaderBlock.html b/docs/api/chia.dotnet.UnfinishedHeaderBlock.html index 19ce110a..bff34e0b 100644 --- a/docs/api/chia.dotnet.UnfinishedHeaderBlock.html +++ b/docs/api/chia.dotnet.UnfinishedHeaderBlock.html @@ -88,25 +88,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.VDFInfo.html b/docs/api/chia.dotnet.VDFInfo.html index f78a4fbc..8ebf8bff 100644 --- a/docs/api/chia.dotnet.VDFInfo.html +++ b/docs/api/chia.dotnet.VDFInfo.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.VDFProof.html b/docs/api/chia.dotnet.VDFProof.html index bf5e6604..4b706b1d 100644 --- a/docs/api/chia.dotnet.VDFProof.html +++ b/docs/api/chia.dotnet.VDFProof.html @@ -87,25 +87,25 @@
    Implements
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.Wallet.html b/docs/api/chia.dotnet.Wallet.html index 70f15ce2..9b40b025 100644 --- a/docs/api/chia.dotnet.Wallet.html +++ b/docs/api/chia.dotnet.Wallet.html @@ -88,25 +88,25 @@
    Inheritance
    Inherited Members
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -115,6 +115,9 @@
    Syntax
    public class Wallet
    +
    Remarks
    +

    When not dervied from this represents a STANDARD_WALLET

    +

    Constructors

    @@ -122,7 +125,7 @@

    Constructors Improve this Doc - View Source + View Source

    Wallet(UInt32, WalletProxy)

    @@ -164,7 +167,7 @@

    Properties Improve this Doc - View Source + View Source

    WalletId

    @@ -195,7 +198,7 @@
    Property Value
    Improve this Doc
    - View Source + View Source

    WalletProxy

    @@ -223,12 +226,44 @@
    Property Value

    Methods

    + + | + Improve this Doc + + + View Source + + +

    CreateWalletDataObject()

    +

    Creates a dynamic object and sets its wallet_id property to WalletId

    +
    +
    +
    Declaration
    +
    +
    protected dynamic CreateWalletDataObject()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Object

    A dynamic object

    +
    | Improve this Doc - View Source + View Source

    DeleteUnconfirmedTransactions(CancellationToken)

    @@ -278,7 +313,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetBalance(CancellationToken)

    @@ -328,7 +363,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetNextAddress(Boolean, CancellationToken)

    @@ -384,7 +419,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTransactionCount(CancellationToken)

    @@ -434,7 +469,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTransactions(CancellationToken)

    @@ -484,7 +519,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTransactions(UInt32, UInt32, CancellationToken)

    @@ -546,7 +581,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetWalletInfo(CancellationToken)

    @@ -595,7 +630,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SendTransaction(String, UInt64, UInt64, CancellationToken)

    @@ -663,7 +698,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SendTransactionMulti(IEnumerable<Coin>, IEnumerable<Coin>, UInt64, CancellationToken)

    @@ -731,7 +766,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SendTransactionMulti(IEnumerable<Coin>, UInt64, CancellationToken)

    @@ -793,16 +828,16 @@
    Returns
    Improve this Doc - View Source + View Source

    Validate(WalletType, CancellationToken)

    -

    Validates that WalletId exists and is of WalletType

    +

    Validates that WalletId exists and is of the correct WalletType

    Declaration
    -
    protected virtual async Task Validate(WalletType walletType, CancellationToken cancellationToken)
    +
    protected async Task Validate(WalletType walletType, CancellationToken cancellationToken)
    Parameters
    @@ -851,11 +886,11 @@
    Improve this Doc - View Source + View Source

    Validate(CancellationToken)

    -

    Validtes that WalletId is a STANDARD_WALLET

    +

    Validates that WalletId is a STANDARD_WALLET

    Declaration
    @@ -890,7 +925,7 @@
    Returns
    - @@ -909,7 +944,7 @@
    Implements
    Namespace: chia.dotnet
    diff --git a/docs/api/chia.dotnet.WalletProxy.html b/docs/api/chia.dotnet.WalletProxy.html index 6a9067dc..20567147 100644 --- a/docs/api/chia.dotnet.WalletProxy.html +++ b/docs/api/chia.dotnet.WalletProxy.html @@ -109,25 +109,25 @@
    Inherited Members
    ServiceProxy.CloseConnection(String, CancellationToken)
    - Object.Equals(Object) + Object.Equals(Object)
    - Object.Equals(Object, Object) + Object.Equals(Object, Object)
    - Object.GetHashCode() + Object.GetHashCode()
    - Object.GetType() + Object.GetType()
    - Object.MemberwiseClone() + Object.MemberwiseClone()
    - Object.ReferenceEquals(Object, Object) + Object.ReferenceEquals(Object, Object)
    - Object.ToString() + Object.ToString()
    Namespace: chia.dotnet
    @@ -244,7 +244,7 @@
    Property Value
    Task

    True if the wallet if of the expected type

    +

    True if the wallet is of the expected type

    Remarks
    -

    Will be null until login is called

    +

    Will be null until LogIn(Boolean, CancellationToken) is called

    Methods

    @@ -1925,7 +1925,7 @@
    Returns

    LogIn(Boolean, CancellationToken)

    -

    Sets the first key key to active.

    +

    Sets the first key to active.

    Declaration
    diff --git a/docs/api/chia.dotnet.WebSocketRpcClient.html b/docs/api/chia.dotnet.WebSocketRpcClient.html index 806a7bee..8b3aef05 100644 --- a/docs/api/chia.dotnet.WebSocketRpcClient.html +++ b/docs/api/chia.dotnet.WebSocketRpcClient.html @@ -73,7 +73,9 @@

    Class WebSocketRpcClient

    -

    Class that handles core communication with the rpc endpoint using a websocket (wss)

    +

    Class that handles core communication with the rpc endpoint using a websocket (wss). +Only the daemon endpoint supports websockets, but it can proxy communication to other services. +Destination

    @@ -89,25 +91,25 @@
    Implements
    Namespace: chia.dotnet
    @@ -123,7 +125,7 @@

    Constructors Improve this Doc - View Source + View Source

    WebSocketRpcClient(EndpointInfo)

    @@ -159,7 +161,7 @@

    Properties Improve this Doc - View Source + View Source

    Endpoint

    @@ -192,7 +194,7 @@

    Methods Improve this Doc - View Source + View Source

    Close(CancellationToken)

    @@ -242,7 +244,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Connect(CancellationToken)

    @@ -292,11 +294,11 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    -

    Dispose()

    +
    Declaration
    @@ -308,7 +310,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -332,7 +334,7 @@
    Parameters
    Boolean disposing -

    Invoke from Dispose()

    +

    Invoke from Dispose()

    @@ -342,7 +344,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    OnBroadcastMessageReceived(Message)

    @@ -376,7 +378,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    OnConnected()

    @@ -393,7 +395,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    PostMessage(Message, CancellationToken)

    @@ -452,7 +454,7 @@
    Improve this Doc - View Source + View Source

    SendMessage(Message, CancellationToken)

    @@ -529,7 +531,7 @@

    Events Improve this Doc - View Source + View Source

    BroadcastMessageReceived

    Event raised when a message is received from the endpoint that was either not in response to a request @@ -574,7 +576,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.bech32.Bech32M.html b/docs/api/chia.dotnet.bech32.Bech32M.html new file mode 100644 index 00000000..b4e9422f --- /dev/null +++ b/docs/api/chia.dotnet.bech32.Bech32M.html @@ -0,0 +1,461 @@ + + + + + + + + Class Bech32M + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.bech32.HexBytes.html b/docs/api/chia.dotnet.bech32.HexBytes.html new file mode 100644 index 00000000..3b2265e6 --- /dev/null +++ b/docs/api/chia.dotnet.bech32.HexBytes.html @@ -0,0 +1,862 @@ + + + + + + + + Struct HexBytes + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.bech32.html b/docs/api/chia.dotnet.bech32.html new file mode 100644 index 00000000..57142671 --- /dev/null +++ b/docs/api/chia.dotnet.bech32.html @@ -0,0 +1,124 @@ + + + + + + + + Namespace chia.dotnet.bech32 + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.html b/docs/api/chia.dotnet.html index 17279f04..1970f1e3 100644 --- a/docs/api/chia.dotnet.html +++ b/docs/api/chia.dotnet.html @@ -298,7 +298,9 @@

    WalletProxy

    Proxy that communicates with the wallet endpoint

    WebSocketRpcClient

    -

    Class that handles core communication with the rpc endpoint using a websocket (wss)

    +

    Class that handles core communication with the rpc endpoint using a websocket (wss). +Only the daemon endpoint supports websockets, but it can proxy communication to other services. +Destination

    Structs

    diff --git a/docs/api/toc.html b/docs/api/toc.html index 012ea9b5..96bb942f 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -259,6 +259,19 @@ +
  • + + chia.dotnet.bech32 + + +
  • diff --git a/docs/index.html b/docs/index.html index 7a379bae..7ed36b7e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -63,7 +63,8 @@

    chia-dotnet

    Cross-platform .Net5 rpc client library for chia.

    -

    Browse the api documentation and integration test code for more info and examples.

    +

    Browse the api documentation and +integration test code for more info and examples.

    Quick Start Notes

    var endpoint = Config.Open().GetEndpoint("daemon");
     using var rpcClient = new WebSocketRpcClient(endpoint);
    diff --git a/docs/manifest.json b/docs/manifest.json
    index 3b446dc3..cd53710d 100644
    --- a/docs/manifest.json
    +++ b/docs/manifest.json
    @@ -9,10 +9,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.BlockRecord.html",
    -          "hash": "SeYiRhg7uMnATNt/snHLl95hlb5iO7f6o4VqIRvQjiw="
    +          "hash": "s34IUuK1iDNzGrKlpuem029l3PTWltw3KBWSUfN1/iQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -21,10 +21,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.BlockchainState.html",
    -          "hash": "XWz07rId4O4irGC2UGfOKQ9fATPit8M2aHRqUEUvYuE="
    +          "hash": "X5vIkWuyqc5MkxP4K4VAyxYQ2sx2aPpAwiKHcx5WX8Q="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -33,10 +33,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ChallengeChainSubSlot.html",
    -          "hash": "wLRxpNzLl/QI+va88bsbAXl2zBQnYhOTsvyNQmI8tHo="
    +          "hash": "Kl8acgJxzI5kZe2MCN9fMv5MzOgKUsHKEBoK6C06j8U="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -45,10 +45,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ClassgroupElement.html",
    -          "hash": "fwFz9/cQRqwslqTCWavpX051dlw1oj8Oove+ujcUaIQ="
    +          "hash": "tM94lUUawWYWl78XTdtxlvYlHnl1XSbwSKon6uqQbns="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -57,10 +57,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Coin.html",
    -          "hash": "se5LognIUqBLJNEKJOSrcCVQ76hp4WTkvQOsxgc0kK8="
    +          "hash": "4UVT4gbivOfnW0rwxZZEVqzLOcnoPei0JRpXFap8Ojg="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -69,10 +69,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.CoinRecord.html",
    -          "hash": "6h4zJQPtHbK74qCXFbLEgREbkcoQLrsNSNDz518NtPU="
    +          "hash": "ItjYZIDjlobh8QYnyZhdZ+EPmbk1FXNf7ED6yzd34y4="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -81,10 +81,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.CoinSpend.html",
    -          "hash": "qzTBj5riSqCK9byY/8x2IDj5yV2RDEMRfMRyj2/tCDw="
    +          "hash": "0xzaMjZ1ZaBmjo+hJPAEX4fLVoO58govCN47U7y5TEg="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -93,10 +93,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ColouredCoinWallet.html",
    -          "hash": "OVn6tatNKFzRWM5183d3onSno2YYlsePVLQiYH7f43E="
    +          "hash": "aFiPJHAMU+qPps6GUjmmH1xLUyLLE/YiytBl9reyMlQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -105,10 +105,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Condition.html",
    -          "hash": "xR5dD3anP333kj6/g96klfhOxMv9M7sz2/hOnhbRmkU="
    +          "hash": "ABvpuc0aG9Ping4txJLz6xUiMhkgP1qCij3nCzgKWfA="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -117,10 +117,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ConditionWithArgs.html",
    -          "hash": "J52yMMwKtUjUzXl6oGK39WrWB7xEa5GpRut654LZSi4="
    +          "hash": "ikzGqcoCgeo++3UbLMkT1QylOFixUe46wSlOUc3K6/s="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -129,10 +129,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Config.html",
    -          "hash": "A4IRKlFy66xrMzZbK6hy5uXg18rEQUz/HmlT18gRP2I="
    +          "hash": "f+sXOgf49R1ayYoBF2BObqkhHvlL9EwnvfGsZ+Vn4BM="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -141,10 +141,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ConnectionInfo.html",
    -          "hash": "KUaYHi8cb1nSWI/DCEoWAmyaocbU/vwPi+uvgYs6feE="
    +          "hash": "8Z9OwppMx5ql7YqY21U8Gc8nYoaq1XdsWRY/tJeRPsQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -153,10 +153,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.DIDWallet.html",
    -          "hash": "+tOf4/Dizt6wivTTRo2ZX0kg1RnmVrdv7PIqycBIMZM="
    +          "hash": "0Zvsdtnfd3LP1P4YU+KlbM+W4UO2oEW7QiWYKBlgRF4="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -165,10 +165,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.DaemonProxy.html",
    -          "hash": "JiCZZCKkEU977Xr4g7glZioRyQAYm6BB1DbtSlz8RJs="
    +          "hash": "9hVyUOzS8yoKSKLaJ7L3nb/6iozeiY3vl166Z2wWekI="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -177,10 +177,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.EndOfSubSlotBundle.html",
    -          "hash": "Rq4KJu6doXwRxbWkYGuawJakJ+c9JniOtzpgczuQUT0="
    +          "hash": "QrWsnlrooCi67xa0cLj0/OZ/wPxRr7D+82QXRr5Ho54="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -189,10 +189,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.EndpointInfo.html",
    -          "hash": "ajEtk8CWigq7JX3+1IzPuuAgSuF6dbxPD8oAAdBMtxU="
    +          "hash": "1I5qTmOXoO3a+V/lDM5sX+Rhqa4TXdA2ysUtxA0xy+Q="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -201,10 +201,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ErrorResponse.html",
    -          "hash": "g/toO/VjTQKouJeYuJb8PYIPY1e4ElfZTUKMdQ+voJs="
    +          "hash": "AUhgZyFJ8PioWYVq037XSpAvXZDyxJAw+GMWIFxthtM="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -213,10 +213,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Extensions.html",
    -          "hash": "6V1tDh45ALyDHnJDClYzyXOU9OpjgQL90FYxTBac5eQ="
    +          "hash": "xf82AndGzMskQEP3KDIRAE9/0xylY2+Fuxffqdcsn6I="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -225,10 +225,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.FarmerProxy.html",
    -          "hash": "oSkcYRpSeADlp/SamdM2OG+ekDixceFWf82E1+eguhk="
    +          "hash": "sIeuvJJCeR60bQqf3vu3QQGWoocX+mQT//Jm4/pjTec="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -237,10 +237,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.FarmerSignagePoint.html",
    -          "hash": "qiP/N99zsXbEke9EJvRFF0cOlB6wP41AWYIJPVC/ABE="
    +          "hash": "BhdE9m0fyF1M8afL5xZ3G29Vl8RDDGLNpjBoXrmE+TY="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -249,10 +249,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Foliage.html",
    -          "hash": "M48ljxwbqSG6uOhAGOVG+SSB+ItC1i8ThdCL7bV0reA="
    +          "hash": "sc3Wpzndd5AjPbXds/0KqJPeSsc8LvEu7M9CVVTqiig="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -261,10 +261,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.FoliageBlockData.html",
    -          "hash": "7gBZAIUWvwU2otesR43B23iDJFepCsHzPKwTq33v2e0="
    +          "hash": "cejB+R10WIi8RKP3aofKuXOcgFIYaVU8cmFnvPQ2U80="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -273,10 +273,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.FoliageTransactionBlock.html",
    -          "hash": "eAhdAPFvexOQht0xMJQIFVCfFe981ErSLNGi59Vydo0="
    +          "hash": "7Cxr0e9DkHXc1NuDp/zqDdY2fPtnkY0osEeSKka3vVk="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -285,10 +285,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.FullBlock.html",
    -          "hash": "qWAxB6A2ObsNlkCepLZCDc4q/8Gf9npZhQvnM8FNT3c="
    +          "hash": "p1y4SVfcaPuG4HcouwnbZRXXkOYry3wz2AsHOd9yQGE="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -297,10 +297,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.FullNodeProxy.html",
    -          "hash": "/OlkVAc1UKJxiDl3Qp7qe/mWF/K5Jlx2SC53G9Bp2pk="
    +          "hash": "pqV0U6lD0A1PA3M8m8Dg00UZtX6Ef4+89wCaJt+2W9Y="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -309,10 +309,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.HarvesterConnection.html",
    -          "hash": "S4MRSUt71rZDAyRFTS6j4XX2PspvsByV6nriD23VnHY="
    +          "hash": "gzDeWuMeP9Moi4gNK+1hH2kQ8vybXzS6SbJZIG7ivb0="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -321,10 +321,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.HarvesterInfo.html",
    -          "hash": "4wxvmooq9tbOpWoiy8gYPD4GvV8orihRu8swgrSqXbM="
    +          "hash": "6JbuhzA7JWjfZS4wZs5V/tOLK5J2dSaacaAlM0+DpSI="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -333,10 +333,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.HarvesterProxy.html",
    -          "hash": "hZ7G8EU3BeNPHq3hQiIPo6uT7W076kO1aePPfiA2KB8="
    +          "hash": "vgbRdmKH/ubHTFoqvS14RuSv5bTka4mKCczy85scHX4="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -345,10 +345,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.HttpRpcClient.html",
    -          "hash": "x/ju9AxrxgaMb8uYUwiFMiFQbd3uAU+Yw0GG8FWYrRk="
    +          "hash": "AToSEqT1criCaHiFk00YWkfKhglQudxEaqhSJ2Y8nEU="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -357,10 +357,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.IRpcClient.html",
    -          "hash": "AH6PQNaPASIfrGsOBWktcyn/BvWZiUh/RtNKazpO8eI="
    +          "hash": "pjJvigDcY6tklwRMLQfpL/MepVkvSrsOF8L/IWfBNhQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -369,10 +369,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.InfusedChallengeChainSubSlot.html",
    -          "hash": "/zvAxb0VyaqihRI5cf4xVVB1hnuBqqD71CjCYDuCmgU="
    +          "hash": "keVFKLRlTYtiYuCFlnwXYsp9d47N/KkFbf8ahxi7ruk="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -384,7 +384,7 @@
               "hash": "UAwKlE4sy+x+tJocwn+3tIvnUXEwyR049M8ORNCrri8="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -396,7 +396,7 @@
               "hash": "NtEVAk2epB1HAPAAQ2ng9Z8qcFSrP+EdO1tw+hcmRQc="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -405,10 +405,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.MempoolItem.html",
    -          "hash": "RtVWOfyFDnDsia4KsJWAWahe/jIhGruiC8cvlUscKoc="
    +          "hash": "ydD/Zw8vgBEv03uRp3+p9TsPT6TqmtmizPmsqaqLA8M="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -417,10 +417,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Message.html",
    -          "hash": "NozO0yFU+wTcVHWr1nY6nuMg7TdfaLijxS9n0A7MEsQ="
    +          "hash": "3uL2JHfb+BjifV37giFZzFE5OYlqDs+ZFPyzzS5Ioww="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -429,10 +429,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.NPC.html",
    -          "hash": "5iSnLRY/gBWXev6eQgwLtseurKRBwkiOjjAmzi7xjZM="
    +          "hash": "NFZ5ojiOoDdw8AXc2dyQj8ycz0fwMe6/QcePmvIQWgA="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -441,10 +441,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.NPCResult.html",
    -          "hash": "/X39Mh1pDZrA85Vr8cK6ab9V3GEAsaLn+eLBuFLoIyM="
    +          "hash": "onPfUxWttEBHLKIFn//859Jd7SsxytYoYdaUvlDayoY="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -456,7 +456,7 @@
               "hash": "8995BxDODM+AJeoLOntDun6oRmhulU78x2JyxSVDjEw="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -465,10 +465,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PlotInfo.html",
    -          "hash": "8eciDgMOw1wCwMb4ZOdtxQgK3m57CdqEbv0NI7lJq54="
    +          "hash": "D/lnkXegQT3/0PuOEs7OUoFggnhN7GPMsm6KR6Tmxsg="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -480,7 +480,7 @@
               "hash": "4Y4PnZWK1l0TX6NW4Gd8B+pHKF20NxqmYMVfBxdASKo="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -489,10 +489,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PlotterConfig.html",
    -          "hash": "jO2V6A5zmLhkwzj2oFzChMdtEOf1yYNyvFP4MUV6XMc="
    +          "hash": "6d8c9b/2Y7P9ZnQwTs2gJLU6zZKIopamocSZ5+HzLo4="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -501,10 +501,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PlotterInfo.html",
    -          "hash": "SM43JkWDYNWGlApBxnP9wpgZeADdPo53AWq0tzWvaCo="
    +          "hash": "5B2Pld6XstUija+U4ZmL2h3cAHfLKs9wQVIGZapVpTI="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -513,10 +513,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PlotterProxy.html",
    -          "hash": "YN5AD0RvJWFhWGFAbtx/oXbfV+pBCyUNrIhT/rZkTnQ="
    +          "hash": "pOt2rgW2CLXXD2yLlSQXd3PtnjI5C46EjY7okQmpH18="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -525,10 +525,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolInfo.html",
    -          "hash": "IbOQdhdSTJGKM5gkpSqh6XUuB/i7YjiA1QUTOUVlXis="
    +          "hash": "c4aQH+VzK7C7Avng3BKiQ1HnYKiBNJgMJY27bljl5tc="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -537,10 +537,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolPoint.html",
    -          "hash": "4N/hRZY28EhCxH1/vxAUse/EmNX+nETrhosre6QsvPI="
    +          "hash": "LPp8fvebzb5c7sBhFHLTl7HQ9nRTnNbcP/kchfM9B+Y="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -552,7 +552,7 @@
               "hash": "svF3HXgDSXnuTQpFQ4yRbw/J9pbn4PrE3oQjs78zzC4="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -561,10 +561,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolState.html",
    -          "hash": "cxYkc/l3WdJYg+ZuSJn9blz4OFX0QTRIbTF7VGcN1BI="
    +          "hash": "dQ1Sra0Um2U1S1/XpHEEHfxlwuYaPP4EFflZjW88J7o="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -573,10 +573,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolStateInfo.html",
    -          "hash": "KOVw6N0/lfDoXiTA2oZirxny8YgdRYDhhKStBfPjaNM="
    +          "hash": "he8GunsOEhFkHNuxtT0cig8EYwNHnnkUC2uj4V6JUAY="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -585,10 +585,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolTarget.html",
    -          "hash": "mAcgRZErUSEDwkx7WBiLuhptpYjhSj64NjtWaBtmwEM="
    +          "hash": "zr8OlUK4LUSBlycH5059bxBjFAJ2Qf/os6teH5Qj8Go="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -597,10 +597,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolWallet.html",
    -          "hash": "NAA5iwpk4JKbXf3cffO2xbxm6WvB7tBRv1UUevV5/VA="
    +          "hash": "9LYzO/93ojcH5vC2CTjPsWy0LPfhBWtQk+DD44opEoE="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -609,10 +609,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolWalletConfig.html",
    -          "hash": "IK48S4sEJlbJLBh73SK0OZKvTHXyaDFhvE+9M4fYBms="
    +          "hash": "YR7haFCq5CnIr1KPlYheuRVynsJ6bQCFpuNOBZzeEsM="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -621,10 +621,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.PoolWalletInfo.html",
    -          "hash": "3WMKDNqTVdOytco/pasHr1BXimCOFH0c4jK52qDFFpA="
    +          "hash": "I+pF/Bk8EoJ1q8YRnyXX5LdpjcX1XYUmCSoZu+hg0F0="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -633,10 +633,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ProofOfSpace.html",
    -          "hash": "UtdkwIPRmgTRvMBON9eiVSux8HrKkPvsbPuUDVldzaE="
    +          "hash": "twU5Yj/A0HVXln8m2ogm6TFiwPNAqsgwM0YTkD1YDdM="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -645,10 +645,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.QueuedPlotInfo.html",
    -          "hash": "gPvTogrygsW1pDuE0fdnt68NzjCPypAG2IXc4utyXbs="
    +          "hash": "4lA/jBnItfvcJlKh8OLLDKf/PjJTzpN+1INyYAV8Naw="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -657,10 +657,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.RateLimitedWallet.html",
    -          "hash": "getiATVlRpV0s3T+N1lIQVJyn1zqZ3oK5oBIUdZJKGI="
    +          "hash": "O80a6aPBPa2JSFMp5EyjQm1tOX0VJp/CIvcaLHkx660="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -669,10 +669,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ResponseException.html",
    -          "hash": "HtpF5dNWEv871KLce38Xu+17fScuHJ8wJAJ/o83UnTY="
    +          "hash": "vAu6TOu9/eV4IMWOUJRNGgJ1S3Rpo2Uqua0riNZaqKo="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -681,10 +681,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.RewardChainBlock.html",
    -          "hash": "HAVOD5MGA5jv+6D0oEBfbT+1LufW2MSvkmoRWOxKTgc="
    +          "hash": "82R+XcrRip1X+rdjuiSxRmqZXvq4x75ZbWc1tjZDb+8="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -693,10 +693,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.RewardChainBlockUnfinished.html",
    -          "hash": "oFrb4+e4zW2hw4OISKNYLBnwzVk5jFKPFuJQhoEk0+g="
    +          "hash": "CdLBDnGHSZliVJRvhLX5htyKH6HT0gQKkdajGmX4l+s="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -705,10 +705,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.RewardChainSubSlot.html",
    -          "hash": "6zSI7ixHsiAAI6UmRoe/vRq9qHooJeAKQIx0tLEfx5E="
    +          "hash": "6F1kanOnvjMikK1HsoH0raqrPdrkqrn+LMiMIoH888g="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -717,10 +717,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.SendPeer.html",
    -          "hash": "OP4SdpN3Kx9Ou0kmVwiLp6ACPTf0XKD31mnWrmnmwAo="
    +          "hash": "/3d77CNC4W5GbrD7O5QukwgIFCtzaP1EYBuwjfQoJ/c="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -729,10 +729,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ServiceNames.html",
    -          "hash": "HfiWFUc+jlHxmOMN5l8l1ThaV/Bj4yI3Ui/KtyEk8ks="
    +          "hash": "/StI5x5u6J0gc65ifQYYTcI79A0fcCJFdR1ALXYJ/Ig="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -741,10 +741,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.ServiceProxy.html",
    -          "hash": "4p5N/L7GiuTnKPHVOsNNwDlKi32iF+7QQl502lU28DA="
    +          "hash": "bK/8tO1X28txlS41baTHlcnZbY7kX3cFK0NzlnSmYbs="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -753,10 +753,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.SignagePoint.html",
    -          "hash": "+Sb66lxpTwR9o+efaJFTYWu+Dhnt6C7lt+VuNAQ2U/M="
    +          "hash": "zRmXQlM6u4mndcBkeerF1ohpHgSuaj962cKdqzvp7Lk="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -765,10 +765,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.SpendBundle.html",
    -          "hash": "Gz82MmZ6wxdZlcr2mT0wDLGFO5W1YkKBbShI7NLgwFo="
    +          "hash": "7zrlo4wYO4Xy2yhPi+y8nR1ECyo9momae7au/SMDCE0="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -777,10 +777,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.SubEpochSummary.html",
    -          "hash": "CoEYZp+H0VHt9OhithDPhl023QOLWlR2zlKb/3Ip6ZE="
    +          "hash": "7MKjbuMeS/OK+R0DlBJM9zHEKO3M1kakKdMCMwL7aYQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -789,10 +789,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.SubSlotProofs.html",
    -          "hash": "tV15nvjPemXVtGNmmfDDtgj3ofpOQJMHB7yNL4Ow1HM="
    +          "hash": "XiC9mFstGGMKy6RV2MgvUoMxqcotvd3pKF5KipIev4s="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -801,10 +801,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.SyncState.html",
    -          "hash": "CMA4Wgh97H4EfzHj8ID+gfxWjAwH/FypQF1ydMmGoq8="
    +          "hash": "D/B9A6nRumzuIUYfRGi82i6sWyjkZAbBAzeIGo3g8HQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -813,10 +813,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.TradeRecord.html",
    -          "hash": "c//aMs/IPWtdYufJIl15zIf4Ve2Rze7eq4fWAHkOrbo="
    +          "hash": "fDhQb+Lfs+G5xWV7Fv7Pz4X3g0nVp1nXkYle92dL89o="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -828,7 +828,7 @@
               "hash": "R+g/bx58Q6VD4+IdaJmlnmzuRtrlNgNjyV+lm5t8P9s="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -837,10 +837,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.TransactionRecord.html",
    -          "hash": "BCs25RClHINx3sdVlaRNi11JrkBou4hjrr0TUiUFln0="
    +          "hash": "g3ZxxPaB95a0kLfuFQIDCA+mbAPqBhtpIVRCeSpF1nc="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -852,7 +852,7 @@
               "hash": "vzNxZ0gTta86JivJ4lXuVff9Fd7bTP0zHIrzMcJ0/Ys="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -861,10 +861,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.TransactionsInfo.html",
    -          "hash": "/YLoX0tRjrmhJFwNOwrfXgI7Lm3/50dDggYkK76xHu4="
    +          "hash": "tUNKIlZIEgLjdgRQIRN2kX9w4rkQn8KseSQ0A0Ij8Q0="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -873,10 +873,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.UnfinishedHeaderBlock.html",
    -          "hash": "s59os6EHHhj1Ef6XgguH+1i86pJYrwxN6/26FowalRY="
    +          "hash": "MhTRsfZM+hv1wSPVTkunzwcHFivRtxVPVUnRcptFNOw="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -885,10 +885,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.VDFInfo.html",
    -          "hash": "R+6IdpzSPjeESFmwZvDZdnsbsu7AQkKWdSePr/xuRm4="
    +          "hash": "pGx6Mrgsw2SLEUrEkg/Iy5holvK6CZmClsDbYqC7VoE="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -897,10 +897,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.VDFProof.html",
    -          "hash": "ocNL6fLYaH0DJnqfkZZ+pbZ32DYrz/JxS0X9wCTbwtM="
    +          "hash": "vZUGNntkxKBMjkhjzDddKxEzExB0KT1INXtMi8sa5IA="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -909,10 +909,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.Wallet.html",
    -          "hash": "1p+5Hr4NSAzbKVFzEOgq26NyIqggRjSzwh9HzPlUQlQ="
    +          "hash": "U9e5WTZjat62NfdynGWpmH5bOFwAvv2YHbXOTtNuiYg="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -921,10 +921,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.WalletInfo.html",
    -          "hash": "ZqKDWRc7snsNi+Bbg3FcMrb8Vl9E8UXSGnhTB69p/dQ="
    +          "hash": "I8rDTMIiLWbBI8d9/FbDnJN0hUf9P6h3MZj+jNhrckE="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -933,10 +933,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.WalletProxy.html",
    -          "hash": "8CR99//aW/rUFzZReJuzyNzeSdEFM0WbohAtx0VA9JA="
    +          "hash": "s0kvbZKHFqYm3S2wvdcE6gQGYqU0HoaUdQzS2ZN8qzw="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -948,7 +948,7 @@
               "hash": "K07rUf01VAdFILL6Gcc9mP0SZuKBQCJTQEQtjZlWqa4="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -957,10 +957,46 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.WebSocketRpcClient.html",
    -          "hash": "cK09pFdE/vu955WKIptBjvdsH9LCiBO0Uy/hhp39qKQ="
    +          "hash": "Zd1HzHF8fhv/sbIOMeJGLdC9vOUbKD+cE8ix7K5vbEw="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
    +      "version": ""
    +    },
    +    {
    +      "type": "ManagedReference",
    +      "source_relative_path": "api/chia.dotnet.bech32.Bech32M.yml",
    +      "output": {
    +        ".html": {
    +          "relative_path": "api/chia.dotnet.bech32.Bech32M.html",
    +          "hash": "21ZSBLSDYfHI2jjUTz7fmvncdkKAq9/cpllHLhZqqd0="
    +        }
    +      },
    +      "is_incremental": false,
    +      "version": ""
    +    },
    +    {
    +      "type": "ManagedReference",
    +      "source_relative_path": "api/chia.dotnet.bech32.HexBytes.yml",
    +      "output": {
    +        ".html": {
    +          "relative_path": "api/chia.dotnet.bech32.HexBytes.html",
    +          "hash": "yDngSdUsDZnv4a8ANH9pYvhPUkIZphBY86GLYW3HHaY="
    +        }
    +      },
    +      "is_incremental": false,
    +      "version": ""
    +    },
    +    {
    +      "type": "ManagedReference",
    +      "source_relative_path": "api/chia.dotnet.bech32.yml",
    +      "output": {
    +        ".html": {
    +          "relative_path": "api/chia.dotnet.bech32.html",
    +          "hash": "6x2AnCPGbMVxFYOG2+iKYzNDY8CP4TtPWNtT6uAP5pQ="
    +        }
    +      },
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -969,10 +1005,10 @@
           "output": {
             ".html": {
               "relative_path": "api/chia.dotnet.html",
    -          "hash": "/HcIqYBODRK/VsxhTVwQMthRJPydLVI6Ysd8hlClbZc="
    +          "hash": "FDTtqcOMjIVlJ81cFVfhmfPduSIup1Qsa8H5McPaKNI="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -984,7 +1020,7 @@
               "hash": "dLETH58+p0bF/YiInqMFiHF+vkXKLMg9gzATjCDIEKQ="
             }
           },
    -      "is_incremental": true,
    +      "is_incremental": false,
           "version": ""
         },
         {
    @@ -993,7 +1029,7 @@
           "output": {
             ".html": {
               "relative_path": "api/toc.html",
    -          "hash": "dQpO5Y2cFDwLTTGvluVE1lc6ToebxrwpiEUNuY+iTxg="
    +          "hash": "c7pP0WonFYxWMFlHcQVpTXFyHzufkRMJbqaDcmpp6n8="
             }
           },
           "is_incremental": false,
    @@ -1029,7 +1065,7 @@
           "output": {
             ".html": {
               "relative_path": "index.html",
    -          "hash": "PaLzuUspAu/CBBoTg7RwFwG3lCt4sOcxbm1MOb3olnM="
    +          "hash": "X7Dwb+kHq57OcnmQhC89k2n9px5DxzjCbZDziJiZwHk="
             }
           },
           "is_incremental": false,
    @@ -1066,8 +1102,8 @@
             "ManagedReferenceDocumentProcessor": {
               "can_incremental": true,
               "incrementalPhase": "build",
    -          "total_file_count": 81,
    -          "skipped_file_count": 81
    +          "total_file_count": 84,
    +          "skipped_file_count": 71
             },
             "TocDocumentProcessor": {
               "can_incremental": false,
    diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml
    index 8b633bce..72bfe7c7 100644
    --- a/docs/xrefmap.yml
    +++ b/docs/xrefmap.yml
    @@ -7,6 +7,314 @@ references:
       commentId: N:chia.dotnet
       fullName: chia.dotnet
       nameWithType: chia.dotnet
    +- uid: chia.dotnet.bech32
    +  name: chia.dotnet.bech32
    +  href: api/chia.dotnet.bech32.html
    +  commentId: N:chia.dotnet.bech32
    +  fullName: chia.dotnet.bech32
    +  nameWithType: chia.dotnet.bech32
    +- uid: chia.dotnet.bech32.Bech32M
    +  name: Bech32M
    +  href: api/chia.dotnet.bech32.Bech32M.html
    +  commentId: T:chia.dotnet.bech32.Bech32M
    +  fullName: chia.dotnet.bech32.Bech32M
    +  nameWithType: Bech32M
    +- uid: chia.dotnet.bech32.Bech32M.#ctor(System.String)
    +  name: Bech32M(String)
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M__ctor_System_String_
    +  commentId: M:chia.dotnet.bech32.Bech32M.#ctor(System.String)
    +  fullName: chia.dotnet.bech32.Bech32M.Bech32M(System.String)
    +  nameWithType: Bech32M.Bech32M(String)
    +- uid: chia.dotnet.bech32.Bech32M.#ctor*
    +  name: Bech32M
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M__ctor_
    +  commentId: Overload:chia.dotnet.bech32.Bech32M.#ctor
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.Bech32M.Bech32M
    +  nameWithType: Bech32M.Bech32M
    +- uid: chia.dotnet.bech32.Bech32M.AddressPrefix
    +  name: AddressPrefix
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_AddressPrefix
    +  commentId: P:chia.dotnet.bech32.Bech32M.AddressPrefix
    +  fullName: chia.dotnet.bech32.Bech32M.AddressPrefix
    +  nameWithType: Bech32M.AddressPrefix
    +- uid: chia.dotnet.bech32.Bech32M.AddressPrefix*
    +  name: AddressPrefix
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_AddressPrefix_
    +  commentId: Overload:chia.dotnet.bech32.Bech32M.AddressPrefix
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.Bech32M.AddressPrefix
    +  nameWithType: Bech32M.AddressPrefix
    +- uid: chia.dotnet.bech32.Bech32M.AddressToPuzzleHash(System.String)
    +  name: AddressToPuzzleHash(String)
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_AddressToPuzzleHash_System_String_
    +  commentId: M:chia.dotnet.bech32.Bech32M.AddressToPuzzleHash(System.String)
    +  fullName: chia.dotnet.bech32.Bech32M.AddressToPuzzleHash(System.String)
    +  nameWithType: Bech32M.AddressToPuzzleHash(String)
    +- uid: chia.dotnet.bech32.Bech32M.AddressToPuzzleHash*
    +  name: AddressToPuzzleHash
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_AddressToPuzzleHash_
    +  commentId: Overload:chia.dotnet.bech32.Bech32M.AddressToPuzzleHash
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.Bech32M.AddressToPuzzleHash
    +  nameWithType: Bech32M.AddressToPuzzleHash
    +- uid: chia.dotnet.bech32.Bech32M.AddressToPuzzleHashString(System.String)
    +  name: AddressToPuzzleHashString(String)
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_AddressToPuzzleHashString_System_String_
    +  commentId: M:chia.dotnet.bech32.Bech32M.AddressToPuzzleHashString(System.String)
    +  fullName: chia.dotnet.bech32.Bech32M.AddressToPuzzleHashString(System.String)
    +  nameWithType: Bech32M.AddressToPuzzleHashString(String)
    +- uid: chia.dotnet.bech32.Bech32M.AddressToPuzzleHashString*
    +  name: AddressToPuzzleHashString
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_AddressToPuzzleHashString_
    +  commentId: Overload:chia.dotnet.bech32.Bech32M.AddressToPuzzleHashString
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.Bech32M.AddressToPuzzleHashString
    +  nameWithType: Bech32M.AddressToPuzzleHashString
    +- uid: chia.dotnet.bech32.Bech32M.PuzzleHashToAddress(chia.dotnet.bech32.HexBytes)
    +  name: PuzzleHashToAddress(HexBytes)
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_PuzzleHashToAddress_chia_dotnet_bech32_HexBytes_
    +  commentId: M:chia.dotnet.bech32.Bech32M.PuzzleHashToAddress(chia.dotnet.bech32.HexBytes)
    +  fullName: chia.dotnet.bech32.Bech32M.PuzzleHashToAddress(chia.dotnet.bech32.HexBytes)
    +  nameWithType: Bech32M.PuzzleHashToAddress(HexBytes)
    +- uid: chia.dotnet.bech32.Bech32M.PuzzleHashToAddress(System.String)
    +  name: PuzzleHashToAddress(String)
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_PuzzleHashToAddress_System_String_
    +  commentId: M:chia.dotnet.bech32.Bech32M.PuzzleHashToAddress(System.String)
    +  fullName: chia.dotnet.bech32.Bech32M.PuzzleHashToAddress(System.String)
    +  nameWithType: Bech32M.PuzzleHashToAddress(String)
    +- uid: chia.dotnet.bech32.Bech32M.PuzzleHashToAddress*
    +  name: PuzzleHashToAddress
    +  href: api/chia.dotnet.bech32.Bech32M.html#chia_dotnet_bech32_Bech32M_PuzzleHashToAddress_
    +  commentId: Overload:chia.dotnet.bech32.Bech32M.PuzzleHashToAddress
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.Bech32M.PuzzleHashToAddress
    +  nameWithType: Bech32M.PuzzleHashToAddress
    +- uid: chia.dotnet.bech32.HexBytes
    +  name: HexBytes
    +  href: api/chia.dotnet.bech32.HexBytes.html
    +  commentId: T:chia.dotnet.bech32.HexBytes
    +  fullName: chia.dotnet.bech32.HexBytes
    +  nameWithType: HexBytes
    +- uid: chia.dotnet.bech32.HexBytes.#ctor(System.String,System.Byte[])
    +  name: HexBytes(String, Byte[])
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes__ctor_System_String_System_Byte___
    +  commentId: M:chia.dotnet.bech32.HexBytes.#ctor(System.String,System.Byte[])
    +  name.vb: HexBytes(String, Byte())
    +  fullName: chia.dotnet.bech32.HexBytes.HexBytes(System.String, System.Byte[])
    +  fullName.vb: chia.dotnet.bech32.HexBytes.HexBytes(System.String, System.Byte())
    +  nameWithType: HexBytes.HexBytes(String, Byte[])
    +  nameWithType.vb: HexBytes.HexBytes(String, Byte())
    +- uid: chia.dotnet.bech32.HexBytes.#ctor*
    +  name: HexBytes
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes__ctor_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.#ctor
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.HexBytes
    +  nameWithType: HexBytes.HexBytes
    +- uid: chia.dotnet.bech32.HexBytes.Bytes
    +  name: Bytes
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Bytes
    +  commentId: P:chia.dotnet.bech32.HexBytes.Bytes
    +  fullName: chia.dotnet.bech32.HexBytes.Bytes
    +  nameWithType: HexBytes.Bytes
    +- uid: chia.dotnet.bech32.HexBytes.Bytes*
    +  name: Bytes
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Bytes_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.Bytes
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Bytes
    +  nameWithType: HexBytes.Bytes
    +- uid: chia.dotnet.bech32.HexBytes.Empty
    +  name: Empty
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Empty
    +  commentId: P:chia.dotnet.bech32.HexBytes.Empty
    +  fullName: chia.dotnet.bech32.HexBytes.Empty
    +  nameWithType: HexBytes.Empty
    +- uid: chia.dotnet.bech32.HexBytes.Empty*
    +  name: Empty
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Empty_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.Empty
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Empty
    +  nameWithType: HexBytes.Empty
    +- uid: chia.dotnet.bech32.HexBytes.Equals(System.Object)
    +  name: Equals(Object)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Equals_System_Object_
    +  commentId: M:chia.dotnet.bech32.HexBytes.Equals(System.Object)
    +  fullName: chia.dotnet.bech32.HexBytes.Equals(System.Object)
    +  nameWithType: HexBytes.Equals(Object)
    +- uid: chia.dotnet.bech32.HexBytes.Equals*
    +  name: Equals
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Equals_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.Equals
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Equals
    +  nameWithType: HexBytes.Equals
    +- uid: chia.dotnet.bech32.HexBytes.FromBytes(System.Byte[])
    +  name: FromBytes(Byte[])
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_FromBytes_System_Byte___
    +  commentId: M:chia.dotnet.bech32.HexBytes.FromBytes(System.Byte[])
    +  name.vb: FromBytes(Byte())
    +  fullName: chia.dotnet.bech32.HexBytes.FromBytes(System.Byte[])
    +  fullName.vb: chia.dotnet.bech32.HexBytes.FromBytes(System.Byte())
    +  nameWithType: HexBytes.FromBytes(Byte[])
    +  nameWithType.vb: HexBytes.FromBytes(Byte())
    +- uid: chia.dotnet.bech32.HexBytes.FromBytes*
    +  name: FromBytes
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_FromBytes_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.FromBytes
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.FromBytes
    +  nameWithType: HexBytes.FromBytes
    +- uid: chia.dotnet.bech32.HexBytes.FromHex(System.String)
    +  name: FromHex(String)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_FromHex_System_String_
    +  commentId: M:chia.dotnet.bech32.HexBytes.FromHex(System.String)
    +  fullName: chia.dotnet.bech32.HexBytes.FromHex(System.String)
    +  nameWithType: HexBytes.FromHex(String)
    +- uid: chia.dotnet.bech32.HexBytes.FromHex*
    +  name: FromHex
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_FromHex_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.FromHex
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.FromHex
    +  nameWithType: HexBytes.FromHex
    +- uid: chia.dotnet.bech32.HexBytes.GetHashCode
    +  name: GetHashCode()
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_GetHashCode
    +  commentId: M:chia.dotnet.bech32.HexBytes.GetHashCode
    +  fullName: chia.dotnet.bech32.HexBytes.GetHashCode()
    +  nameWithType: HexBytes.GetHashCode()
    +- uid: chia.dotnet.bech32.HexBytes.GetHashCode*
    +  name: GetHashCode
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_GetHashCode_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.GetHashCode
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.GetHashCode
    +  nameWithType: HexBytes.GetHashCode
    +- uid: chia.dotnet.bech32.HexBytes.Hex
    +  name: Hex
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Hex
    +  commentId: P:chia.dotnet.bech32.HexBytes.Hex
    +  fullName: chia.dotnet.bech32.HexBytes.Hex
    +  nameWithType: HexBytes.Hex
    +- uid: chia.dotnet.bech32.HexBytes.Hex*
    +  name: Hex
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Hex_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.Hex
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Hex
    +  nameWithType: HexBytes.Hex
    +- uid: chia.dotnet.bech32.HexBytes.IsEmpty
    +  name: IsEmpty
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_IsEmpty
    +  commentId: P:chia.dotnet.bech32.HexBytes.IsEmpty
    +  fullName: chia.dotnet.bech32.HexBytes.IsEmpty
    +  nameWithType: HexBytes.IsEmpty
    +- uid: chia.dotnet.bech32.HexBytes.IsEmpty*
    +  name: IsEmpty
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_IsEmpty_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.IsEmpty
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.IsEmpty
    +  nameWithType: HexBytes.IsEmpty
    +- uid: chia.dotnet.bech32.HexBytes.op_Addition(chia.dotnet.bech32.HexBytes,chia.dotnet.bech32.HexBytes)
    +  name: Addition(HexBytes, HexBytes)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Addition_chia_dotnet_bech32_HexBytes_chia_dotnet_bech32_HexBytes_
    +  commentId: M:chia.dotnet.bech32.HexBytes.op_Addition(chia.dotnet.bech32.HexBytes,chia.dotnet.bech32.HexBytes)
    +  fullName: chia.dotnet.bech32.HexBytes.Addition(chia.dotnet.bech32.HexBytes, chia.dotnet.bech32.HexBytes)
    +  nameWithType: HexBytes.Addition(HexBytes, HexBytes)
    +- uid: chia.dotnet.bech32.HexBytes.op_Addition(chia.dotnet.bech32.HexBytes,System.Byte[])
    +  name: Addition(HexBytes, Byte[])
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Addition_chia_dotnet_bech32_HexBytes_System_Byte___
    +  commentId: M:chia.dotnet.bech32.HexBytes.op_Addition(chia.dotnet.bech32.HexBytes,System.Byte[])
    +  name.vb: Addition(HexBytes, Byte())
    +  fullName: chia.dotnet.bech32.HexBytes.Addition(chia.dotnet.bech32.HexBytes, System.Byte[])
    +  fullName.vb: chia.dotnet.bech32.HexBytes.Addition(chia.dotnet.bech32.HexBytes, System.Byte())
    +  nameWithType: HexBytes.Addition(HexBytes, Byte[])
    +  nameWithType.vb: HexBytes.Addition(HexBytes, Byte())
    +- uid: chia.dotnet.bech32.HexBytes.op_Addition(chia.dotnet.bech32.HexBytes,System.String)
    +  name: Addition(HexBytes, String)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Addition_chia_dotnet_bech32_HexBytes_System_String_
    +  commentId: M:chia.dotnet.bech32.HexBytes.op_Addition(chia.dotnet.bech32.HexBytes,System.String)
    +  fullName: chia.dotnet.bech32.HexBytes.Addition(chia.dotnet.bech32.HexBytes, System.String)
    +  nameWithType: HexBytes.Addition(HexBytes, String)
    +- uid: chia.dotnet.bech32.HexBytes.op_Addition*
    +  name: Addition
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Addition_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.op_Addition
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Addition
    +  nameWithType: HexBytes.Addition
    +- uid: chia.dotnet.bech32.HexBytes.op_Equality(chia.dotnet.bech32.HexBytes,chia.dotnet.bech32.HexBytes)
    +  name: Equality(HexBytes, HexBytes)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Equality_chia_dotnet_bech32_HexBytes_chia_dotnet_bech32_HexBytes_
    +  commentId: M:chia.dotnet.bech32.HexBytes.op_Equality(chia.dotnet.bech32.HexBytes,chia.dotnet.bech32.HexBytes)
    +  fullName: chia.dotnet.bech32.HexBytes.Equality(chia.dotnet.bech32.HexBytes, chia.dotnet.bech32.HexBytes)
    +  nameWithType: HexBytes.Equality(HexBytes, HexBytes)
    +- uid: chia.dotnet.bech32.HexBytes.op_Equality*
    +  name: Equality
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Equality_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.op_Equality
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Equality
    +  nameWithType: HexBytes.Equality
    +- uid: chia.dotnet.bech32.HexBytes.op_Inequality(chia.dotnet.bech32.HexBytes,chia.dotnet.bech32.HexBytes)
    +  name: Inequality(HexBytes, HexBytes)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Inequality_chia_dotnet_bech32_HexBytes_chia_dotnet_bech32_HexBytes_
    +  commentId: M:chia.dotnet.bech32.HexBytes.op_Inequality(chia.dotnet.bech32.HexBytes,chia.dotnet.bech32.HexBytes)
    +  fullName: chia.dotnet.bech32.HexBytes.Inequality(chia.dotnet.bech32.HexBytes, chia.dotnet.bech32.HexBytes)
    +  nameWithType: HexBytes.Inequality(HexBytes, HexBytes)
    +- uid: chia.dotnet.bech32.HexBytes.op_Inequality*
    +  name: Inequality
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_op_Inequality_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.op_Inequality
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Inequality
    +  nameWithType: HexBytes.Inequality
    +- uid: chia.dotnet.bech32.HexBytes.Sha256
    +  name: Sha256()
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Sha256
    +  commentId: M:chia.dotnet.bech32.HexBytes.Sha256
    +  fullName: chia.dotnet.bech32.HexBytes.Sha256()
    +  nameWithType: HexBytes.Sha256()
    +- uid: chia.dotnet.bech32.HexBytes.Sha256*
    +  name: Sha256
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_Sha256_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.Sha256
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.Sha256
    +  nameWithType: HexBytes.Sha256
    +- uid: chia.dotnet.bech32.HexBytes.ToString
    +  name: ToString()
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_ToString
    +  commentId: M:chia.dotnet.bech32.HexBytes.ToString
    +  fullName: chia.dotnet.bech32.HexBytes.ToString()
    +  nameWithType: HexBytes.ToString()
    +- uid: chia.dotnet.bech32.HexBytes.ToString*
    +  name: ToString
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_ToString_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.ToString
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.ToString
    +  nameWithType: HexBytes.ToString
    +- uid: chia.dotnet.bech32.HexBytes.TryFromHex(System.String,chia.dotnet.bech32.HexBytes@)
    +  name: TryFromHex(String, out HexBytes)
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_TryFromHex_System_String_chia_dotnet_bech32_HexBytes__
    +  commentId: M:chia.dotnet.bech32.HexBytes.TryFromHex(System.String,chia.dotnet.bech32.HexBytes@)
    +  name.vb: TryFromHex(String, ByRef HexBytes)
    +  fullName: chia.dotnet.bech32.HexBytes.TryFromHex(System.String, out chia.dotnet.bech32.HexBytes)
    +  fullName.vb: chia.dotnet.bech32.HexBytes.TryFromHex(System.String, ByRef chia.dotnet.bech32.HexBytes)
    +  nameWithType: HexBytes.TryFromHex(String, out HexBytes)
    +  nameWithType.vb: HexBytes.TryFromHex(String, ByRef HexBytes)
    +- uid: chia.dotnet.bech32.HexBytes.TryFromHex*
    +  name: TryFromHex
    +  href: api/chia.dotnet.bech32.HexBytes.html#chia_dotnet_bech32_HexBytes_TryFromHex_
    +  commentId: Overload:chia.dotnet.bech32.HexBytes.TryFromHex
    +  isSpec: "True"
    +  fullName: chia.dotnet.bech32.HexBytes.TryFromHex
    +  nameWithType: HexBytes.TryFromHex
     - uid: chia.dotnet.BlockchainState
       name: BlockchainState
       href: api/chia.dotnet.BlockchainState.html
    @@ -6777,6 +7085,19 @@ references:
       isSpec: "True"
       fullName: chia.dotnet.Wallet.Wallet
       nameWithType: Wallet.Wallet
    +- uid: chia.dotnet.Wallet.CreateWalletDataObject
    +  name: CreateWalletDataObject()
    +  href: api/chia.dotnet.Wallet.html#chia_dotnet_Wallet_CreateWalletDataObject
    +  commentId: M:chia.dotnet.Wallet.CreateWalletDataObject
    +  fullName: chia.dotnet.Wallet.CreateWalletDataObject()
    +  nameWithType: Wallet.CreateWalletDataObject()
    +- uid: chia.dotnet.Wallet.CreateWalletDataObject*
    +  name: CreateWalletDataObject
    +  href: api/chia.dotnet.Wallet.html#chia_dotnet_Wallet_CreateWalletDataObject_
    +  commentId: Overload:chia.dotnet.Wallet.CreateWalletDataObject
    +  isSpec: "True"
    +  fullName: chia.dotnet.Wallet.CreateWalletDataObject
    +  nameWithType: Wallet.CreateWalletDataObject
     - uid: chia.dotnet.Wallet.DeleteUnconfirmedTransactions(System.Threading.CancellationToken)
       name: DeleteUnconfirmedTransactions(CancellationToken)
       href: api/chia.dotnet.Wallet.html#chia_dotnet_Wallet_DeleteUnconfirmedTransactions_System_Threading_CancellationToken_
    diff --git a/src/chia-dotnet/chia-dotnet.csproj b/src/chia-dotnet/chia-dotnet.csproj
    index aa17517d..90f29f33 100644
    --- a/src/chia-dotnet/chia-dotnet.csproj
    +++ b/src/chia-dotnet/chia-dotnet.csproj
    @@ -5,7 +5,7 @@
         chia.dotnet
         true
         true
    -    0.7.0
    +    0.8.0
         dkackman
         dkackman
         A .net 5 client library for chia™ RPC interfaces that runs on linux and windows.
    @@ -16,12 +16,12 @@
         https://github.com/dkackman/chia-dotnet
         git
         chia
    -    0.7.0
    -- bug fixes - stablized
    +    0.8.0
    +- add Bch32M - credit to https://github.com/Playwo/ChiaRPC.Net
         chia-leaf-logo-384x384.png
         
    -    0.7.0.0
    -    0.7.0.0
    +    0.8.0.0
    +    0.8.0.0
         enable