- Int64 |
+ System.Int64 |
index |
The index of a block to use as context for deserializing
value .
diff --git a/main/api/Libplanet.Action.Loader.IndexedActionLoader.html b/main/api/Libplanet.Action.Loader.IndexedActionLoader.html
index 91fa5ec6750..c47726d4a8f 100644
--- a/main/api/Libplanet.Action.Loader.IndexedActionLoader.html
+++ b/main/api/Libplanet.Action.Loader.IndexedActionLoader.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
IndexedActionLoader
@@ -88,13 +88,13 @@ Implements
Inherited Members
Object.GetType()
@@ -144,7 +144,7 @@ Parameters
- System.Collections.Generic.IReadOnlyList<System.ValueTuple<Int64, IActionLoader>> |
+ System.Collections.Generic.IReadOnlyList<(T1 Item1, T2 Item2)<System.Int64, IActionLoader>> |
loaders |
A list of inner IActionLoaders to use.
|
@@ -161,7 +161,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown for any of the following reasons:
-
If
loaders is empty.
@@ -204,7 +204,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The index of a block to use as context for deserializing
value .
diff --git a/main/api/Libplanet.Action.Loader.SingleActionLoader.html b/main/api/Libplanet.Action.Loader.SingleActionLoader.html
index 4a5bc0a106f..adc9bb67480 100644
--- a/main/api/Libplanet.Action.Loader.SingleActionLoader.html
+++ b/main/api/Libplanet.Action.Loader.SingleActionLoader.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
SingleActionLoader
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
@@ -164,7 +164,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when given type type
is not a langword_csharp_class or cannot be assigned to IAction.
|
@@ -234,7 +234,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The index of a block to use as context for deserializing
value .
diff --git a/main/api/Libplanet.Action.Loader.TypedActionLoader.html b/main/api/Libplanet.Action.Loader.TypedActionLoader.html
index 99ccbe95546..86433dc1e1c 100644
--- a/main/api/Libplanet.Action.Loader.TypedActionLoader.html
+++ b/main/api/Libplanet.Action.Loader.TypedActionLoader.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
TypedActionLoader
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
@@ -150,7 +150,7 @@ Parameters
- System.Collections.Generic.IDictionary<Bencodex.Types.IValue, Type> |
+ IDictionary<Bencodex.Types.IValue, Type> |
types |
The Bencodex.Types.IValues to Types mapping to use.
|
@@ -189,7 +189,7 @@ Property Value
- System.Collections.Generic.IDictionary<Bencodex.Types.IValue, Type> |
+ IDictionary<Bencodex.Types.IValue, Type> |
|
@@ -214,13 +214,13 @@ Registry for system IActions.
-This automatically searches an System.Reflection.Assembly with all IActions
+This automatically searches an Assembly with all IActions
according to the following rule:
-
- The System.Reflection.Assembly to search is
assembly if given,
- or the System.Reflection.Assembly of baseType if not.
+ The Assembly to search is assembly if given,
+ or the Assembly of baseType if not.
-
- From the System.Reflection.Assembly determined above, all IActions
+ From the Assembly determined above, all IActions
with ActionTypeAttribute attached are collected.
-
If
baseType is provided, only those IAction
@@ -249,9 +249,9 @@ Parameters
- System.Reflection.Assembly |
+ Assembly |
assembly |
- The System.Reflection.Assembly to search IAction types.
+ | The Assembly to search IAction types.
|
@@ -289,7 +289,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when both assembly and
baseType are null.
|
@@ -327,7 +327,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
diff --git a/main/api/Libplanet.Action.NullAction.html b/main/api/Libplanet.Action.NullAction.html
index 8dbc754ce7e..c78dabb7e06 100644
--- a/main/api/Libplanet.Action.NullAction.html
+++ b/main/api/Libplanet.Action.NullAction.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
NullAction
@@ -88,13 +88,13 @@ Implements
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Action.RandomExtensions.html b/main/api/Libplanet.Action.RandomExtensions.html
index 02bbdbafb39..7479802484d 100644
--- a/main/api/Libplanet.Action.RandomExtensions.html
+++ b/main/api/Libplanet.Action.RandomExtensions.html
@@ -78,19 +78,19 @@
Inheritance
- System.Object
+
RandomExtensions
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Action.State.Account.html b/main/api/Libplanet.Action.State.Account.html
index 2940cda35b9..52d0c591416 100644
--- a/main/api/Libplanet.Action.State.Account.html
+++ b/main/api/Libplanet.Action.State.Account.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
Account
@@ -88,13 +88,13 @@ Implements
Inherited Members
Object.GetType()
@@ -251,7 +251,7 @@ Property Value
- System.Collections.Immutable.IImmutableSet<System.ValueTuple<Address, Currency>> |
+ System.Collections.Immutable.IImmutableSet<(T1 Item1, T2 Item2)<Address, Currency>> |
|
@@ -282,7 +282,7 @@ Property Value
- IImmutableDictionary<System.ValueTuple<Address, Currency>, BigInteger> |
+ IImmutableDictionary<(T1 Item1, T2 Item2)<Address, Currency>, System.Numerics.BigInteger> |
|
@@ -395,7 +395,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the value
is less than or equal to zero.
|
@@ -759,7 +759,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the value
is less than or equal to 0.
|
@@ -956,7 +956,7 @@ Parameters
- System.Boolean |
+ Boolean |
allowNegativeBalance |
Turn on to allow sender 's balance
less than zero. Turned off by default.
@@ -997,7 +997,7 @@ Exceptions
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the value
is less than or equal to zero.
|
diff --git a/main/api/Libplanet.Action.State.AccountDelta.html b/main/api/Libplanet.Action.State.AccountDelta.html
index 5c19ef99942..14cc9149794 100644
--- a/main/api/Libplanet.Action.State.AccountDelta.html
+++ b/main/api/Libplanet.Action.State.AccountDelta.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
AccountDelta
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -159,7 +159,7 @@ Property Value
- IImmutableDictionary<System.ValueTuple<Address, Currency>, BigInteger> |
+ IImmutableDictionary<(T1 Item1, T2 Item2)<Address, Currency>, System.Numerics.BigInteger> |
|
@@ -310,7 +310,7 @@ Property Value
- IImmutableDictionary<Currency, BigInteger> |
+ IImmutableDictionary<Currency, System.Numerics.BigInteger> |
|
@@ -404,7 +404,7 @@ Property Value
- System.Collections.Immutable.IImmutableSet<System.ValueTuple<Address, Currency>> |
+ System.Collections.Immutable.IImmutableSet<(T1 Item1, T2 Item2)<Address, Currency>> |
|
diff --git a/main/api/Libplanet.Action.State.AccountDeltaExtensions.html b/main/api/Libplanet.Action.State.AccountDeltaExtensions.html
index a25956d386c..ce9a0cbcaf3 100644
--- a/main/api/Libplanet.Action.State.AccountDeltaExtensions.html
+++ b/main/api/Libplanet.Action.State.AccountDeltaExtensions.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
AccountDeltaExtensions
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Action.State.AccountDiff.html b/main/api/Libplanet.Action.State.AccountDiff.html
index 1f02cc6847a..e16c5ee76ea 100644
--- a/main/api/Libplanet.Action.State.AccountDiff.html
+++ b/main/api/Libplanet.Action.State.AccountDiff.html
@@ -106,19 +106,19 @@
Inheritance
- System.Object
+
AccountDiff
Inherited Members
Object.GetType()
@@ -196,7 +196,7 @@ Property Value
- ImmutableDictionary<System.ValueTuple<Address, HashDigest<System.Security.Cryptography.SHA1>>, System.ValueTuple<Bencodex.Types.Integer, Bencodex.Types.Integer>> |
+ ImmutableDictionary<(T1 Item1, T2 Item2)<Address, HashDigest<SHA1>>, (T1 Item1, T2 Item2)<Bencodex.Types.Integer, Bencodex.Types.Integer>> |
|
@@ -256,7 +256,7 @@ Property Value
- ImmutableDictionary<Address, System.ValueTuple<Bencodex.Types.IValue, Bencodex.Types.IValue>> |
+ ImmutableDictionary<Address, (T1 Item1, T2 Item2)<Bencodex.Types.IValue, Bencodex.Types.IValue>> |
|
@@ -316,7 +316,7 @@ Property Value
- ImmutableDictionary<HashDigest<System.Security.Cryptography.SHA1>, System.ValueTuple<Bencodex.Types.Integer, Bencodex.Types.Integer>> |
+ ImmutableDictionary<HashDigest<SHA1>, (T1 Item1, T2 Item2)<Bencodex.Types.Integer, Bencodex.Types.Integer>> |
|
@@ -376,7 +376,7 @@ Property Value
- System.Nullable<System.ValueTuple<ValidatorSet, ValidatorSet>> |
+ Nullable<(T1 Item1, T2 Item2)<ValidatorSet, ValidatorSet>> |
|
@@ -518,7 +518,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when the diff internally obtained from
Diff(ITrie) cannot be properly interpreted.
|
diff --git a/main/api/Libplanet.Action.State.AccountExtensions.html b/main/api/Libplanet.Action.State.AccountExtensions.html
index a80269fc0f5..78c94449838 100644
--- a/main/api/Libplanet.Action.State.AccountExtensions.html
+++ b/main/api/Libplanet.Action.State.AccountExtensions.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
AccountExtensions
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Action.State.AccountState.html b/main/api/Libplanet.Action.State.AccountState.html
index 82405c97f10..aa515a351ae 100644
--- a/main/api/Libplanet.Action.State.AccountState.html
+++ b/main/api/Libplanet.Action.State.AccountState.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
AccountState
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Action.State.CurrencyPermissionException.html b/main/api/Libplanet.Action.State.CurrencyPermissionException.html
index 4473b44b027..cc271f69578 100644
--- a/main/api/Libplanet.Action.State.CurrencyPermissionException.html
+++ b/main/api/Libplanet.Action.State.CurrencyPermissionException.html
@@ -78,21 +78,21 @@
Inheritance
- System.Object
+
CurrencyPermissionException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -179,7 +179,7 @@ Parameters
- String |
+ System.String |
message |
Specifies a Message.
|
@@ -284,7 +284,7 @@ Implements
See Also
diff --git a/main/api/Libplanet.Action.State.IAccount.html b/main/api/Libplanet.Action.State.IAccount.html
index bceb47cc196..3721cdcd92e 100644
--- a/main/api/Libplanet.Action.State.IAccount.html
+++ b/main/api/Libplanet.Action.State.IAccount.html
@@ -186,7 +186,7 @@ Property Value
- System.Collections.Immutable.IImmutableSet<System.ValueTuple<Address, Currency>> |
+ System.Collections.Immutable.IImmutableSet<(T1 Item1, T2 Item2)<Address, Currency>> |
|
@@ -278,7 +278,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the value
is less than or equal to zero.
|
@@ -377,7 +377,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the value
is less than or equal to 0.
|
@@ -579,7 +579,7 @@ Parameters
- System.Boolean |
+ Boolean |
allowNegativeBalance |
Turn on to allow sender 's balance
less than zero. Turned off by default.
@@ -620,7 +620,7 @@ Exceptions
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the value
is less than or equal to zero.
|
diff --git a/main/api/Libplanet.Action.State.IAccountDelta.html b/main/api/Libplanet.Action.State.IAccountDelta.html
index 3a8cdd8aa0e..bc37503554e 100644
--- a/main/api/Libplanet.Action.State.IAccountDelta.html
+++ b/main/api/Libplanet.Action.State.IAccountDelta.html
@@ -110,7 +110,7 @@ Property Value
- IImmutableDictionary<System.ValueTuple<Address, Currency>, BigInteger> |
+ IImmutableDictionary<(T1 Item1, T2 Item2)<Address, Currency>, System.Numerics.BigInteger> |
|
@@ -265,7 +265,7 @@ Property Value
- IImmutableDictionary<Currency, BigInteger> |
+ IImmutableDictionary<Currency, System.Numerics.BigInteger> |
|
@@ -361,7 +361,7 @@ Property Value
- System.Collections.Immutable.IImmutableSet<System.ValueTuple<Address, Currency>> |
+ System.Collections.Immutable.IImmutableSet<(T1 Item1, T2 Item2)<Address, Currency>> |
|
diff --git a/main/api/Libplanet.Action.State.IBlockChainStates.html b/main/api/Libplanet.Action.State.IBlockChainStates.html
index 99907cf8cd1..471a4800e85 100644
--- a/main/api/Libplanet.Action.State.IBlockChainStates.html
+++ b/main/api/Libplanet.Action.State.IBlockChainStates.html
@@ -112,7 +112,7 @@ Parameters
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
hash |
The state root hash for which to create
an IAccountState.
@@ -146,7 +146,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when no ITrie with
hash as its state root hash is found.
|
@@ -185,7 +185,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to create
for which to create an IAccountState.
@@ -219,7 +219,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -276,7 +276,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -312,7 +312,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -352,7 +352,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -393,7 +393,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -439,7 +439,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -477,7 +477,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -524,7 +524,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -561,7 +561,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -607,7 +607,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -642,7 +642,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
diff --git a/main/api/Libplanet.Action.State.InsufficientBalanceException.html b/main/api/Libplanet.Action.State.InsufficientBalanceException.html
index 7b095bd669b..180fd85456c 100644
--- a/main/api/Libplanet.Action.State.InsufficientBalanceException.html
+++ b/main/api/Libplanet.Action.State.InsufficientBalanceException.html
@@ -78,18 +78,18 @@
Inheritance
- System.Object
+
InsufficientBalanceException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -176,7 +176,7 @@ Parameters
- String |
+ System.String |
message |
Specifies a Message.
|
@@ -199,7 +199,7 @@ Parameters
See Also
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
See Also
Implements
See Also
diff --git a/main/api/Libplanet.Action.State.SupplyOverflowException.html b/main/api/Libplanet.Action.State.SupplyOverflowException.html
index 43d2c67454c..6b75c584b3d 100644
--- a/main/api/Libplanet.Action.State.SupplyOverflowException.html
+++ b/main/api/Libplanet.Action.State.SupplyOverflowException.html
@@ -78,18 +78,18 @@
Inheritance
- System.Object
+
SupplyOverflowException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -176,7 +176,7 @@ Parameters
- String |
+ System.String |
message |
Specifies a Message.
|
@@ -273,14 +273,14 @@ Parameters
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
See Also
Implements
See Also
diff --git a/main/api/Libplanet.Action.State.TotalSupplyNotTrackableException.html b/main/api/Libplanet.Action.State.TotalSupplyNotTrackableException.html
index 44fd0cd1728..cd3278838a9 100644
--- a/main/api/Libplanet.Action.State.TotalSupplyNotTrackableException.html
+++ b/main/api/Libplanet.Action.State.TotalSupplyNotTrackableException.html
@@ -80,18 +80,18 @@
Inheritance
- System.Object
+
TotalSupplyNotTrackableException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -178,7 +178,7 @@ Parameters
- String |
+ System.String |
message |
Specifies a Message.
|
@@ -277,7 +277,7 @@ Parameters
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
See Also
@@ -339,7 +339,7 @@ Implements
See Also
diff --git a/main/api/Libplanet.Action.Sys.Initialize.html b/main/api/Libplanet.Action.Sys.Initialize.html
index ea1d364cd17..d801208422e 100644
--- a/main/api/Libplanet.Action.Sys.Initialize.html
+++ b/main/api/Libplanet.Action.Sys.Initialize.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
Initialize
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Action.Sys.Registry.html b/main/api/Libplanet.Action.Sys.Registry.html
index a65624b8a9c..c9b176a0166 100644
--- a/main/api/Libplanet.Action.Sys.Registry.html
+++ b/main/api/Libplanet.Action.Sys.Registry.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
Registry
Inherited Members
Object.GetType()
@@ -231,7 +231,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -278,7 +278,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Action.UnexpectedlyTerminatedActionException.html b/main/api/Libplanet.Action.UnexpectedlyTerminatedActionException.html
index 229a7e2b322..65cdd67fe93 100644
--- a/main/api/Libplanet.Action.UnexpectedlyTerminatedActionException.html
+++ b/main/api/Libplanet.Action.UnexpectedlyTerminatedActionException.html
@@ -79,18 +79,18 @@
Inheritance
- System.Object
+
UnexpectedlyTerminatedActionException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -177,13 +177,13 @@ Parameters
- String |
+ System.String |
message |
Specifies a Message.
|
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
preEvaluationHash |
The PreEvaluationHash of the
Block that action belongs to.
@@ -191,7 +191,7 @@ Parameters
|
- System.Nullable<Int64> |
+ Nullable<System.Int64> |
blockIndex |
The Index of the Block
that action belongs to.
@@ -199,7 +199,7 @@ Parameters
|
- System.Nullable<TxId> |
+ Nullable<TxId> |
txid |
The Id of
the Transaction that action belongs to.
@@ -208,7 +208,7 @@ Parameters
|
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
previousStateRootHash |
The of states until
previous action execution. This can be null on rehearsal mode or if the chain which
@@ -289,7 +289,7 @@ Property Value
|
- System.Nullable<Int64> |
+ Nullable<System.Int64> |
|
@@ -321,7 +321,7 @@ Property Value
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
|
@@ -354,7 +354,7 @@ Property Value
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
|
@@ -388,7 +388,7 @@ Property Value
- System.Nullable<TxId> |
+ Nullable<TxId> |
|
@@ -436,10 +436,10 @@ Parameters
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
Implements
diff --git a/main/api/Libplanet.Action.html b/main/api/Libplanet.Action.html
index fac49c0c578..97c4c68c571 100644
--- a/main/api/Libplanet.Action.html
+++ b/main/api/Libplanet.Action.html
@@ -195,7 +195,7 @@ IGasMeter
IRandom
An pseudorandom number generator interface equivalent to
-System.Random.
+Random.
Although these two types have similar shapes, they are not
compatible (i.e., disallowed to be casted to each other).
diff --git a/main/api/Libplanet.Blockchain.BlockChain.html b/main/api/Libplanet.Blockchain.BlockChain.html
index 99f75e01507..64b3c152f0e 100644
--- a/main/api/Libplanet.Blockchain.BlockChain.html
+++ b/main/api/Libplanet.Blockchain.BlockChain.html
@@ -86,7 +86,7 @@
Inheritance
- System.Object
+
BlockChain
@@ -96,13 +96,13 @@ Implements
Inherited Members
Object.GetType()
@@ -232,14 +232,14 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when store does not
have canonical chain id set, i.e. GetCanonicalChainId() is
null.
|
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when either of store
or stateStore is null.
|
@@ -301,7 +301,7 @@
BlockHashes
All Hashes in the current index. The genesis block's hash goes
first, and the tip goes last.
-Returns a Int64 integer that represents the number of elements in the
+Returns a System.Int64 integer that represents the number of elements in the
BlockChain.
@@ -337,7 +337,7 @@
Count
- Returns a Int64 that represents the number of Blocks in a
+ Returns a System.Int64 that represents the number of Blocks in a
BlockChain. This is guaranteed to be greater than or equal to 1,
as BlockChain always contains at least
its genesis Block.
@@ -357,7 +357,7 @@ Property Value
- Int64 |
+ System.Int64 |
The number of Blocks in the BlockChain.
|
@@ -580,7 +580,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given index of
Block does not exist.
|
@@ -614,7 +614,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
A number of index of Block.
|
@@ -650,7 +650,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given index of
Block does not exist.
|
@@ -940,7 +940,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the BlockChain contains
Block with the specified blockHash ; otherwise,
false.
@@ -1051,13 +1051,13 @@ Exceptions
|
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when either store
or stateStore is null.
|
- System.ArgumentException |
+ ArgumentException |
Thrown when store already has a
canonical chain id.
|
@@ -1129,7 +1129,7 @@ Returns
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
The state root hash given block and
its evaluations .
|
@@ -1226,7 +1226,7 @@ Returns
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
The state root hash calculated by committing evaluations to
an empty IStateStore.
|
@@ -1393,7 +1393,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown if preEvaluationBlock s
Index is not zero.
|
@@ -1466,7 +1466,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
stop |
The BlockHash to stop looking for subsequent blocks
once encountered.
@@ -1490,7 +1490,7 @@ Returns
|
- System.Tuple<System.Nullable<Int64>, System.Collections.Generic.IReadOnlyList<BlockHash>> |
+ Tuple<Nullable<System.Int64>, System.Collections.Generic.IReadOnlyList<BlockHash>> |
A tuple of the index of the branch point and BlockHashes
including the branch point BlockHash. If no branch point is found,
returns a tuple of null and an empty array of
@@ -1536,7 +1536,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
inheritRenderers |
Whether to inherit the renderers from the existing chain.
|
@@ -1573,7 +1573,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Throws when the provided point
does not exist in the current chain.
|
@@ -1608,7 +1608,7 @@ Parameters
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
hash |
The state root hash for which to create
an IAccountState.
@@ -1646,7 +1646,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when no ITrie with
hash as its state root hash is found.
|
@@ -1685,7 +1685,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to create
for which to create an IAccountState.
@@ -1723,7 +1723,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -1780,7 +1780,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -1820,7 +1820,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -1988,7 +1988,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
A index value (height) of Block to retrieve.
|
@@ -2138,7 +2138,7 @@ Returns
- Int64 |
+ System.Int64 |
The next Nonce value of the
address .
|
@@ -2218,7 +2218,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -2259,7 +2259,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -2361,7 +2361,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -2403,7 +2403,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -2506,7 +2506,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -2547,7 +2547,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -2563,7 +2563,7 @@ Exceptions
See Also
|
@@ -2828,7 +2828,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -2867,7 +2867,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -2876,7 +2876,7 @@ Exceptions
See Also
|
@@ -2919,13 +2919,13 @@ Parameters
- System.Nullable<FungibleAssetValue> |
+ Nullable<FungibleAssetValue> |
maxGasPrice |
The maximum gas price this transaction can pay fee.
|
- System.Nullable<Int64> |
+ Nullable<System.Int64> |
gasLimit |
The maximum amount of gas this transaction can consume.
|
@@ -2938,7 +2938,7 @@ Parameters
- System.Nullable<System.DateTimeOffset> |
+ Nullable<DateTimeOffset> |
timestamp |
The time this Transaction is created and
signed.
@@ -3051,7 +3051,7 @@ Exceptions
|
- System.OperationCanceledException |
+ OperationCanceledException |
Thrown when
Tip is changed while proposing.
|
@@ -3117,10 +3117,10 @@ Parameters
- System.Nullable<System.DateTimeOffset> |
+ Nullable<DateTimeOffset> |
timestamp |
The timestamp of the genesis block. If it's null, it will
-use System.DateTimeOffset.UtcNow as default.
+use UtcNow as default.
|
@@ -3194,7 +3194,7 @@ Returns
- System.Boolean |
+ Boolean |
true if staging was successful,
false otherwise.
|
@@ -3267,7 +3267,7 @@ Returns
- System.Boolean |
+ Boolean |
true if unstaging was successful,
false otherwise.
|
diff --git a/main/api/Libplanet.Blockchain.BlockChainStates.html b/main/api/Libplanet.Blockchain.BlockChainStates.html
index a258be60d7f..ce4115b3005 100644
--- a/main/api/Libplanet.Blockchain.BlockChainStates.html
+++ b/main/api/Libplanet.Blockchain.BlockChainStates.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
BlockChainStates
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
@@ -184,7 +184,7 @@ Parameters
- System.Nullable<HashDigest<System.Security.Cryptography.SHA256>> |
+ Nullable<HashDigest<SHA256>> |
hash |
The state root hash for which to create
an IAccountState.
@@ -218,7 +218,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when no ITrie with
hash as its state root hash is found.
|
@@ -257,7 +257,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to create
for which to create an IAccountState.
@@ -291,7 +291,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -348,7 +348,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -384,7 +384,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -424,7 +424,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -465,7 +465,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -511,7 +511,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -549,7 +549,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when offset is not
null and one of the following is true.
-
@@ -596,7 +596,7 @@
Parameters
|
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -633,7 +633,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -649,7 +649,7 @@ Exceptions
See Also
|
@@ -679,7 +679,7 @@ Parameters
- System.Nullable<BlockHash> |
+ Nullable<BlockHash> |
offset |
The BlockHash of the Block to fetch
the states from.
@@ -714,7 +714,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when IAccount at
offset cannot be created.
|
@@ -723,7 +723,7 @@ Exceptions
See Also
Implements
diff --git a/main/api/Libplanet.Blockchain.BlockLocator.html b/main/api/Libplanet.Blockchain.BlockLocator.html
index ad6f6ce7994..499ecbfdc7e 100644
--- a/main/api/Libplanet.Blockchain.BlockLocator.html
+++ b/main/api/Libplanet.Blockchain.BlockLocator.html
@@ -77,24 +77,24 @@
Inheritance
- System.Object
+
BlockLocator
Implements
- System.Collections.IEnumerable
+
Inherited Members
Object.GetType()
@@ -161,7 +161,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when hashes is empty.
|
@@ -218,13 +218,13 @@ Parameters
- Int64 |
+ System.Int64 |
startIndex |
The starting index.
|
- Func<Int64, System.Nullable<BlockHash>> |
+ Func<System.Int64, Nullable<BlockHash>> |
indexToBlockHash |
The function that converts an index to a
BlockHash. This can be null which indicates
@@ -233,7 +233,7 @@ Parameters
|
- Int64 |
+ System.Int64 |
sampleAfter |
The number of consecutive blocks to include before sampling.
|
@@ -270,13 +270,13 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when startIndex
is negative.
|
- System.ArgumentException |
+ ArgumentException |
Thrown when either BlockHash returned
by indexToBlockHash for index 0 is null.
|
@@ -309,7 +309,7 @@ Returns
- System.Collections.Generic.IEnumerator<BlockHash> |
+ IEnumerator<BlockHash> |
The enumerator.
|
@@ -343,7 +343,7 @@ Returns
- System.Collections.IEnumerator |
+ IEnumerator |
|
@@ -353,7 +353,7 @@ Implements
System.Collections.Generic.IEnumerable<T>
diff --git a/main/api/Libplanet.Blockchain.Branch.html b/main/api/Libplanet.Blockchain.Branch.html
index d90df3c4bfc..fdeff1f90d7 100644
--- a/main/api/Libplanet.Blockchain.Branch.html
+++ b/main/api/Libplanet.Blockchain.Branch.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
Branch
Inherited Members
Object.GetType()
@@ -139,7 +139,7 @@ Parameters
- IEnumerable<System.ValueTuple<Block, BlockCommit>> |
+ IEnumerable<(T1 Item1, T2 Item2)<Block, BlockCommit>> |
blocks |
An enumerable of Block and
BlockCommit pairs to convert from.
@@ -157,7 +157,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown for failing to satisfy any of the following:
-
Given
blocks is non-empty.
@@ -181,7 +181,7 @@ Properties
Blocks
- An System.Collections.Immutable.ImmutableArray<T> of Block and
+ An ImmutableArray<T> of Block and
BlockCommit pairs guaranteed to satisfy
the following properties:
-
@@ -209,7 +209,7 @@
Property Value
- System.Collections.Immutable.ImmutableArray<System.ValueTuple<Block, BlockCommit>> |
+ ImmutableArray<(T1 Item1, T2 Item2)<Block, BlockCommit>> |
|
diff --git a/main/api/Libplanet.Blockchain.MineBlockEventArgs.html b/main/api/Libplanet.Blockchain.MineBlockEventArgs.html
index 2d64f515c73..21e0c403fc5 100644
--- a/main/api/Libplanet.Blockchain.MineBlockEventArgs.html
+++ b/main/api/Libplanet.Blockchain.MineBlockEventArgs.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
MineBlockEventArgs
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Blockchain.Policies.BlockPolicy.html b/main/api/Libplanet.Blockchain.Policies.BlockPolicy.html
index 7063a1449d7..6469e2c35b7 100644
--- a/main/api/Libplanet.Blockchain.Policies.BlockPolicy.html
+++ b/main/api/Libplanet.Blockchain.Policies.BlockPolicy.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
BlockPolicy
@@ -87,13 +87,13 @@ Implements
|
- System.Nullable<System.TimeSpan> |
+ Nullable<TimeSpan> |
blockInterval |
Goes to BlockInterval.
Set to DefaultTargetBlockInterval by default.
|
- System.Func<BlockChain, Transaction, TxPolicyViolationException> |
+ Func<BlockChain, Transaction, TxPolicyViolationException> |
validateNextBlockTx |
The predicate that determines if
a Transaction follows the policy. Set to a constant function of
@@ -172,7 +172,7 @@ Parameters
|
- System.Func<BlockChain, Block, BlockPolicyViolationException> |
+ Func<BlockChain, Block, BlockPolicyViolationException> |
validateNextBlock |
The predicate that determines if
a Block follows the policy. Set to a default implementation
@@ -180,7 +180,7 @@ Parameters
|
- Func<Int64, Int64> |
+ Func<System.Int64, System.Int64> |
getMaxTransactionsBytes |
The function determining the maximum size of
Transactions in number of byte s given
@@ -189,7 +189,7 @@ Parameters
|
- Func<Int64, Int32> |
+ Func<System.Int64, Int32> |
getMinTransactionsPerBlock |
The function determining the minimum number of
Transactions that must be included in a Block.
@@ -198,7 +198,7 @@ Parameters
|
- Func<Int64, Int32> |
+ Func<System.Int64, Int32> |
getMaxTransactionsPerBlock |
The function determining how many
Transactions can be included in a Block.
@@ -207,7 +207,7 @@ Parameters
|
- Func<Int64, Int32> |
+ Func<System.Int64, Int32> |
getMaxTransactionsPerSignerPerBlock |
The function determining the maximum
number of transactions from the same signer that can be included in
@@ -245,7 +245,7 @@ Field Value
|
- System.TimeSpan |
+ TimeSpan |
|
@@ -309,7 +309,7 @@ Property Value
- System.TimeSpan |
+ TimeSpan |
|
@@ -344,7 +344,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
@@ -362,7 +362,7 @@ Returns
|
- Int64 |
+ System.Int64 |
The maximum length of Transactions in bytes
to accept.
|
@@ -398,7 +398,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
@@ -452,7 +452,7 @@ Parameters
|
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
@@ -506,7 +506,7 @@ Parameters
|
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
diff --git a/main/api/Libplanet.Blockchain.Policies.IBlockPolicy.html b/main/api/Libplanet.Blockchain.Policies.IBlockPolicy.html
index 724f7745225..6e7a7fa2b17 100644
--- a/main/api/Libplanet.Blockchain.Policies.IBlockPolicy.html
+++ b/main/api/Libplanet.Blockchain.Policies.IBlockPolicy.html
@@ -153,7 +153,7 @@ Parameters
|
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
@@ -171,7 +171,7 @@ Returns
|
- Int64 |
+ System.Int64 |
The maximum length of Transactions in bytes
to accept.
|
@@ -207,7 +207,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
@@ -261,7 +261,7 @@ Parameters
|
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
@@ -315,7 +315,7 @@ Parameters
|
- Int64 |
+ System.Int64 |
index |
The Index of the Block
for which this constraint should apply.
diff --git a/main/api/Libplanet.Blockchain.Policies.IStagePolicy.html b/main/api/Libplanet.Blockchain.Policies.IStagePolicy.html
index a02300681bd..4a812812ddd 100644
--- a/main/api/Libplanet.Blockchain.Policies.IStagePolicy.html
+++ b/main/api/Libplanet.Blockchain.Policies.IStagePolicy.html
@@ -126,7 +126,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
filtered |
Whether to filter masked staged Transactions
or not. Set to true by default.
@@ -204,7 +204,7 @@ Returns
|
- Int64 |
+ System.Int64 |
The next appropriate nonce for address .
|
@@ -307,7 +307,7 @@ Returns
- System.Boolean |
+ Boolean |
true if id is marked as ignored,
false otherwise.
|
@@ -350,7 +350,7 @@ Parameters
- System.Boolean |
+ Boolean |
filtered |
Whether to filter masked staged Transactions
or not. Set to true by default.
@@ -427,7 +427,7 @@ Returns
|
- System.Boolean |
+ Boolean |
true if staging was successful,
false otherwise.
|
@@ -494,7 +494,7 @@ Returns
- System.Boolean |
+ Boolean |
true if unstaging was successful,
false otherwise.
|
diff --git a/main/api/Libplanet.Blockchain.Policies.NullBlockPolicy.html b/main/api/Libplanet.Blockchain.Policies.NullBlockPolicy.html
index 7d7ae79e6c4..2c1a5dffdc4 100644
--- a/main/api/Libplanet.Blockchain.Policies.NullBlockPolicy.html
+++ b/main/api/Libplanet.Blockchain.Policies.NullBlockPolicy.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
NullBlockPolicy
@@ -86,13 +86,13 @@ Implements
- Int64 |
+ System.Int64 |
difficulty |
|
@@ -209,7 +209,7 @@ Property Value
- System.Collections.Generic.ISet<Address> |
+ ISet<Address> |
|
@@ -242,7 +242,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
@@ -258,7 +258,7 @@ Returns
- Int64 |
+ System.Int64 |
|
@@ -289,7 +289,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
@@ -336,7 +336,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
@@ -383,7 +383,7 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
diff --git a/main/api/Libplanet.Blockchain.Policies.VolatileStagePolicy.html b/main/api/Libplanet.Blockchain.Policies.VolatileStagePolicy.html
index 39ecab62579..b060d4b9602 100644
--- a/main/api/Libplanet.Blockchain.Policies.VolatileStagePolicy.html
+++ b/main/api/Libplanet.Blockchain.Policies.VolatileStagePolicy.html
@@ -90,7 +90,7 @@
Inheritance
- System.Object
+
VolatileStagePolicy
@@ -100,13 +100,13 @@ Implements
Inherited Members
Object.GetType()
@@ -173,10 +173,10 @@ Parameters
- System.TimeSpan |
+ TimeSpan |
lifetime |
Volatilizes staged transactions older than this
-System.TimeSpan. See also Lifetime.
+TimeSpan. See also Lifetime.
|
@@ -193,7 +193,7 @@ Properties
Lifetime
Lifespan for Transactions. Any Transaction older
-than this System.TimeSpan will be considered expired.
+than this TimeSpan will be considered expired.
Declaration
@@ -210,7 +210,7 @@ Property Value
- System.TimeSpan |
+ TimeSpan |
|
@@ -259,7 +259,7 @@ Parameters
- System.Boolean |
+ Boolean |
filtered |
Whether to filter masked staged Transactions
or not. Set to true by default.
@@ -334,7 +334,7 @@ Returns
|
- Int64 |
+ System.Int64 |
The next appropriate nonce for address .
|
@@ -434,7 +434,7 @@ Returns
- System.Boolean |
+ Boolean |
true if id is marked as ignored,
false otherwise.
|
@@ -474,7 +474,7 @@ Parameters
- System.Boolean |
+ Boolean |
filtered |
Whether to filter masked staged Transactions
or not. Set to true by default.
@@ -548,7 +548,7 @@ Returns
|
- System.Boolean |
+ Boolean |
true if staging was successful,
false otherwise.
|
@@ -615,7 +615,7 @@ Returns
- System.Boolean |
+ Boolean |
true if unstaging was successful,
false otherwise.
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.AnonymousActionRenderer.html b/main/api/Libplanet.Blockchain.Renderers.AnonymousActionRenderer.html
index 7653de88d8f..4c97e67808f 100644
--- a/main/api/Libplanet.Blockchain.Renderers.AnonymousActionRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.AnonymousActionRenderer.html
@@ -81,7 +81,7 @@
Inheritance
- System.Object
+
AnonymousActionRenderer
@@ -99,13 +99,13 @@ Inherited Members
AnonymousRenderer.RenderBlock(Block, Block)
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The state root hash right after this action executed,
which means it is equivalent to the states action 's
diff --git a/main/api/Libplanet.Blockchain.Renderers.AnonymousRenderer.html b/main/api/Libplanet.Blockchain.Renderers.AnonymousRenderer.html
index 8820938e2d6..05ab611b617 100644
--- a/main/api/Libplanet.Blockchain.Renderers.AnonymousRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.AnonymousRenderer.html
@@ -79,7 +79,7 @@
Inheritance
- System.Object
+
AnonymousRenderer
@@ -90,13 +90,13 @@ Implements
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Blockchain.Renderers.AtomicActionRenderer.html b/main/api/Libplanet.Blockchain.Renderers.AtomicActionRenderer.html
index 719c01eec71..5313ee591da 100644
--- a/main/api/Libplanet.Blockchain.Renderers.AtomicActionRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.AtomicActionRenderer.html
@@ -80,7 +80,7 @@
Inheritance
- System.Object
+
AtomicActionRenderer
@@ -91,13 +91,13 @@ Implements
|
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The state root hash right after this action executed,
which means it is equivalent to the states action 's
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.InvalidRenderException.html b/main/api/Libplanet.Blockchain.Renderers.Debug.InvalidRenderException.html
index 3eaadb3ec0f..28d26071ac4 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.InvalidRenderException.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.InvalidRenderException.html
@@ -77,21 +77,21 @@
Inheritance
- System.Object
+
InvalidRenderException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -174,7 +174,7 @@ Parameters
- String |
+ System.String |
message |
The exception message string.
|
@@ -215,7 +215,7 @@ Property Value
- String |
+ System.String |
|
@@ -255,7 +255,7 @@ Property Value
Implements
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RecordingActionRenderer.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RecordingActionRenderer.html
index 8883ec372f2..50cc2fd351d 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RecordingActionRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RecordingActionRenderer.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
RecordingActionRenderer
@@ -89,13 +89,13 @@ Implements
|
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The state root hash right after this action executed,
which means it is equivalent to the states action 's
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionBase.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionBase.html
index 30a6b19f7ab..dfe753c9e0b 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionBase.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionBase.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
RenderRecord.ActionBase
@@ -92,13 +92,13 @@ Inherited Members
RenderRecord.StackTrace
Object.GetType()
@@ -145,12 +145,12 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
- String |
+ System.String |
stackTrace |
|
@@ -165,7 +165,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
unrender |
|
@@ -261,7 +261,7 @@ Property Value
- System.Boolean |
+ Boolean |
|
@@ -292,7 +292,7 @@ Property Value
- System.Boolean |
+ Boolean |
|
@@ -325,7 +325,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionError.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionError.html
index 1df48570452..8c5a073a6a4 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionError.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionError.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
RenderRecord.ActionError
@@ -103,13 +103,13 @@ Inherited Members
RenderRecord.StackTrace
Object.GetType()
@@ -156,13 +156,13 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The ordinal number of the render event.
|
- String |
+ System.String |
stackTrace |
The stack trace of the render event.
|
@@ -186,7 +186,7 @@ Parameters
- System.Boolean |
+ Boolean |
unrender |
Whether it is an unrender event.
|
@@ -254,7 +254,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionSuccess.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionSuccess.html
index c3bc12789f2..19c3d56ab58 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionSuccess.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.ActionSuccess.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
RenderRecord.ActionSuccess
@@ -103,13 +103,13 @@ Inherited Members
RenderRecord.StackTrace
Object.GetType()
@@ -156,13 +156,13 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The ordinal number of the render event.
|
- String |
+ System.String |
stackTrace |
The stack trace of the render event.
|
@@ -180,13 +180,13 @@ Parameters
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The resulting state after the action is evaluated.
|
- System.Boolean |
+ Boolean |
unrender |
Whether it is an unrender event.
|
@@ -221,7 +221,7 @@ Property Value
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
|
@@ -254,7 +254,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockBase.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockBase.html
index 75db01d949c..09d8f7f8c1d 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockBase.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockBase.html
@@ -77,7 +77,7 @@
Object.GetType()
@@ -144,12 +144,12 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
- String |
+ System.String |
stackTrace |
|
@@ -164,7 +164,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
end |
|
@@ -198,7 +198,7 @@ Property Value
- System.Boolean |
+ Boolean |
|
@@ -229,7 +229,7 @@ Property Value
- System.Boolean |
+ Boolean |
|
@@ -324,7 +324,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockEvent.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockEvent.html
index 3f084311f15..f8dbf5a6fba 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockEvent.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.BlockEvent.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
RenderRecord.BlockEvent
@@ -103,13 +103,13 @@ Inherited Members
RenderRecord.StackTrace
Object.GetType()
@@ -156,13 +156,13 @@ Parameters
- Int64 |
+ System.Int64 |
index |
The ordinal number of the render event.
|
- String |
+ System.String |
stackTrace |
The stack trace of the render event.
|
@@ -180,7 +180,7 @@ Parameters
- System.Boolean |
+ Boolean |
end |
Whether it is an End event.
|
@@ -215,7 +215,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.html b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.html
index 51e55ae702d..0f5b958a410 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.RenderRecord.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
RenderRecord
@@ -85,13 +85,13 @@ Inheritance
Inherited Members
Object.GetType()
@@ -138,12 +138,12 @@ Parameters
- Int64 |
+ System.Int64 |
index |
|
- String |
+ System.String |
stackTrace |
|
@@ -177,7 +177,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -208,7 +208,7 @@ Property Value
- String |
+ System.String |
|
@@ -241,7 +241,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Blockchain.Renderers.Debug.ValidatingActionRenderer.html b/main/api/Libplanet.Blockchain.Renderers.Debug.ValidatingActionRenderer.html
index 0dae05b7ee4..87f6b0c370c 100644
--- a/main/api/Libplanet.Blockchain.Renderers.Debug.ValidatingActionRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.Debug.ValidatingActionRenderer.html
@@ -79,7 +79,7 @@
Inheritance
- System.Object
+
ValidatingActionRenderer
@@ -97,13 +97,13 @@ Inherited Members
RecordingActionRenderer.ResetRecords()
|
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The state root hash right after this action executed,
which means it is equivalent to the states action 's
diff --git a/main/api/Libplanet.Blockchain.Renderers.IActionRenderer.html b/main/api/Libplanet.Blockchain.Renderers.IActionRenderer.html
index 2553c420119..cac91a7657d 100644
--- a/main/api/Libplanet.Blockchain.Renderers.IActionRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.IActionRenderer.html
@@ -154,7 +154,7 @@ Parameters
|
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The state root hash right after this action executed,
which means it is equivalent to the states action 's
diff --git a/main/api/Libplanet.Blockchain.Renderers.LoggedActionRenderer.html b/main/api/Libplanet.Blockchain.Renderers.LoggedActionRenderer.html
index aef91646b83..48b2ac982b3 100644
--- a/main/api/Libplanet.Blockchain.Renderers.LoggedActionRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.LoggedActionRenderer.html
@@ -83,7 +83,7 @@
Inheritance
- System.Object
+
LoggedActionRenderer
@@ -110,13 +110,13 @@ Inherited Members
LoggedRenderer.LogBlockRendering(String, Block, Block, Action<Block, Block>)
|
- HashDigest<System.Security.Cryptography.SHA256> |
+ HashDigest<SHA256> |
nextState |
The state root hash right after this action executed,
which means it is equivalent to the states action 's
diff --git a/main/api/Libplanet.Blockchain.Renderers.LoggedRenderer.html b/main/api/Libplanet.Blockchain.Renderers.LoggedRenderer.html
index 699337e654a..ba786627ba3 100644
--- a/main/api/Libplanet.Blockchain.Renderers.LoggedRenderer.html
+++ b/main/api/Libplanet.Blockchain.Renderers.LoggedRenderer.html
@@ -81,7 +81,7 @@
Inheritance
- System.Object
+
LoggedRenderer
@@ -92,13 +92,13 @@ Implements
Inherited Members
Object.GetType()
@@ -345,7 +345,7 @@ Parameters
- String |
+ System.String |
methodName |
|
diff --git a/main/api/Libplanet.Common.ArrayEqualityComparer-1.html b/main/api/Libplanet.Common.ArrayEqualityComparer-1.html
index 37baf60cfd8..60f4b8374be 100644
--- a/main/api/Libplanet.Common.ArrayEqualityComparer-1.html
+++ b/main/api/Libplanet.Common.ArrayEqualityComparer-1.html
@@ -80,7 +80,7 @@
Inheritance
- System.Object
+
ArrayEqualityComparer<T>
@@ -90,13 +90,13 @@ Implements
Inherited Members
Object.GetType()
@@ -255,7 +255,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Common.ByteArrayExtensions.html b/main/api/Libplanet.Common.ByteArrayExtensions.html
index 2ec24307b30..0be01261e0f 100644
--- a/main/api/Libplanet.Common.ByteArrayExtensions.html
+++ b/main/api/Libplanet.Common.ByteArrayExtensions.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
ByteArrayExtensions
Inherited Members
Object.GetType()
@@ -217,7 +217,7 @@ Returns
- System.Boolean |
+ Boolean |
true if prefix matches the beginning of bytes ;
otherwise, false.
|
@@ -234,7 +234,7 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
bytes or prefix is null.
|
diff --git a/main/api/Libplanet.Common.ByteUtil.html b/main/api/Libplanet.Common.ByteUtil.html
index 39f495951dd..5ff1c90951d 100644
--- a/main/api/Libplanet.Common.ByteUtil.html
+++ b/main/api/Libplanet.Common.ByteUtil.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
ByteUtil
Inherited Members
Object.GetType()
@@ -123,7 +123,7 @@ Methods
CalculateHashCode(Byte[])
Calculates a deterministic hash code from a given
bytes . It is mostly used to implement
-System.Object.GetHashCode() method.
+ GetHashCode() method.
Declaration
@@ -178,7 +178,7 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given
bytes is null.
|
@@ -231,7 +231,7 @@ Returns
- String |
+ System.String |
A hexadecimal string which encodes the given
bytes .
|
@@ -271,7 +271,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
bytes |
A System.Byte array to renders
the corresponding hexadecimal string.
@@ -289,7 +289,7 @@ Returns
|
- String |
+ System.String |
A hexadecimal string which encodes the given
bytes .
|
@@ -329,9 +329,9 @@ Parameters
- String |
+ System.String |
hex |
- A String which encodes
+ | A System.String which encodes
System.Bytes in hexadecimal. Its length must be zero or
an even number. It must not be null.
|
@@ -366,13 +366,13 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the length
of the given hex string is an odd number.
|
- System.FormatException |
+ FormatException |
Thrown when the given
hex string is not a valid hexadecimal string.
|
@@ -412,9 +412,9 @@ Parameters
- String |
+ System.String |
hex |
- A String which encodes System.Bytes in
+ | A System.String which encodes System.Bytes in
hexadecimal. Its length must be zero or an even number. It must not be
null.
|
@@ -431,7 +431,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
A System.Byte array that the given hex string
represented in hexadecimal.
|
@@ -448,19 +448,19 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given hex
string is null.
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the length of the given
hex string is an odd number.
|
- System.FormatException |
+ FormatException |
Thrown when the given hex string
is not a valid hexadecimal string.
|
@@ -507,7 +507,7 @@ Parameters
- Int64 |
+ System.Int64 |
difficulty |
The difficulty to compute target number.
|
@@ -524,7 +524,7 @@ Returns
- System.Boolean |
+ Boolean |
true only if a digest is less than the target computed for
the given difficulty ). If difficulty is 0
it always returns true.
@@ -583,7 +583,7 @@ Returns
|
- System.Boolean |
+ Boolean |
true iff two byte arrays have the exactly same contents.
|
diff --git a/main/api/Libplanet.Common.EnumerableExtensions.html b/main/api/Libplanet.Common.EnumerableExtensions.html
index 2fb18ef365a..be305e98ed7 100644
--- a/main/api/Libplanet.Common.EnumerableExtensions.html
+++ b/main/api/Libplanet.Common.EnumerableExtensions.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
EnumerableExtensions
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Common.FixedSizedQueue-1.html b/main/api/Libplanet.Common.FixedSizedQueue-1.html
index 25fff452006..3b9a440bb5d 100644
--- a/main/api/Libplanet.Common.FixedSizedQueue-1.html
+++ b/main/api/Libplanet.Common.FixedSizedQueue-1.html
@@ -78,28 +78,28 @@
Inheritance
- System.Object
+
FixedSizedQueue<T>
Implements
- System.Collections.Concurrent.IProducerConsumerCollection<T>
- System.Collections.ICollection
+
+
- System.Collections.IEnumerable
+
Inherited Members
System.Collections.Concurrent.ConcurrentQueue<T>.System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd(T)
@@ -120,13 +120,13 @@ Inherited Members
ConcurrentQueue<T>.TryDequeue(T)
Object.GetType()
@@ -287,10 +287,10 @@ Parameters
Implements
Extension Methods
diff --git a/main/api/Libplanet.Common.HashDigest-1.html b/main/api/Libplanet.Common.HashDigest-1.html
index ce6f7909f23..6894964ed88 100644
--- a/main/api/Libplanet.Common.HashDigest-1.html
+++ b/main/api/Libplanet.Common.HashDigest-1.html
@@ -80,7 +80,7 @@
Implements
- System.Runtime.Serialization.ISerializable
+
Bencodex.IBencodable
@@ -196,7 +196,7 @@ Parameters
hashDigest |
A System.Byte array that encodes
a HashDigest<T>. It must not be null,
-and its System.Array.Length must be the same to
+and its Length must be the same to
Size.
|
@@ -212,15 +212,15 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given
hashDigest is null.
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given
-hashDigest 's System.Array.Length is not
+hashDigest 's Length is not
the same to the Size the hash algorithm
(i.e., T requires.
|
@@ -258,11 +258,11 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
hashDigest |
An immutable System.Byte array that encodes
a HashDigest<T>. It must not be null, and its
-System.Array.Length must be the same to Size.
+Length must be the same to Size.
|
@@ -277,9 +277,9 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given
-hashDigest 's System.Collections.Immutable.ImmutableArray`1.Length is not
+hashDigest 's Length is not
the same to the Size the hash algorithm
(i.e., T ) requires.
|
@@ -300,11 +300,11 @@ Fields
View Source
Size
- The fixed, and valid System.Array.Length of
+ The fixed, and valid Length of
a System.Byte array of every digest.
This varies depending upon what HashAlgorithm is
-used for T . For example, if T is System.Security.Cryptography.SHA1 Size is 20 ,
-and if System.Security.Cryptography.SHA256 it is 32 .
+used for T . For example, if T is SHA1 Size is 20 ,
+and if SHA256 it is 32 .
Declaration
@@ -396,7 +396,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -496,7 +496,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
input |
The bytes to compute its hash.
|
@@ -626,7 +626,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -666,7 +666,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -682,13 +682,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.ValueType.Equals(System.Object)
+
See Also
@@ -724,7 +724,7 @@ Parameters
- String |
+ System.String |
hexDigest |
A hexadecimal representation of
a HashDigest<T>.
@@ -758,13 +758,13 @@ Exceptions
|
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given
hexDigest is null.
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given
hexDigest 's length is not the double of
the Size, the hash algorithm
@@ -814,7 +814,7 @@ Returns
|
Overrides
- System.ValueType.GetHashCode()
+
See Also
@@ -932,7 +932,7 @@ Returns
- String |
+ System.String |
A hexadecimal representation of a digest.
|
@@ -946,7 +946,7 @@ See Also
Implements
System.IEquatable<T>
diff --git a/main/api/Libplanet.Common.HashDigestExtensions.html b/main/api/Libplanet.Common.HashDigestExtensions.html
index 7312144394c..187e4a0b096 100644
--- a/main/api/Libplanet.Common.HashDigestExtensions.html
+++ b/main/api/Libplanet.Common.HashDigestExtensions.html
@@ -78,19 +78,19 @@
Inheritance
- System.Object
+
HashDigestExtensions
Inherited Members
Object.GetType()
@@ -146,7 +146,7 @@ Parameters
- String |
+ System.String |
hexDigest |
A hexadecimal representation of
a HashDigest<T>.
@@ -197,13 +197,13 @@ Exceptions
|
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given
hexDigest is null.
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given
hexDigest 's length is not the double of
the Size, the hash algorithm
diff --git a/main/api/Libplanet.Common.JsonConverters.BigIntegerJsonConverter.html b/main/api/Libplanet.Common.JsonConverters.BigIntegerJsonConverter.html
index 1afc7907af7..8ae778170da 100644
--- a/main/api/Libplanet.Common.JsonConverters.BigIntegerJsonConverter.html
+++ b/main/api/Libplanet.Common.JsonConverters.BigIntegerJsonConverter.html
@@ -76,9 +76,9 @@
Inheritance
- System.Object
+
-
+
BigIntegerJsonConverter
Object.GetType()
@@ -177,7 +177,7 @@ Returns
- BigInteger |
+ System.Numerics.BigInteger |
|
@@ -210,12 +210,12 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
|
- BigInteger |
+ System.Numerics.BigInteger |
value |
|
diff --git a/main/api/Libplanet.Common.JsonConverters.ByteArrayJsonConverter.html b/main/api/Libplanet.Common.JsonConverters.ByteArrayJsonConverter.html
index a6148b162b1..aca7bcbc315 100644
--- a/main/api/Libplanet.Common.JsonConverters.ByteArrayJsonConverter.html
+++ b/main/api/Libplanet.Common.JsonConverters.ByteArrayJsonConverter.html
@@ -76,7 +76,7 @@
Object.GetType()
@@ -144,7 +144,7 @@ Property Value
- System.Boolean |
+ Boolean |
|
@@ -195,7 +195,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -287,7 +287,7 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
|
diff --git a/main/api/Libplanet.Common.NameValueCollectionExtensions.html b/main/api/Libplanet.Common.NameValueCollectionExtensions.html
index 2b2389e0d00..5308cc0b3ef 100644
--- a/main/api/Libplanet.Common.NameValueCollectionExtensions.html
+++ b/main/api/Libplanet.Common.NameValueCollectionExtensions.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
NameValueCollectionExtensions
Inherited Members
Object.GetType()
@@ -122,7 +122,7 @@ Methods
GetBoolean(NameValueCollection, String, Boolean)
Tries to get the boolean text associated with the specified name as
-a System.Boolean value from the specified name-value collection .
+a Boolean value from the specified name-value collection .
Supported keywords are: true, false,
yes , no , on , off , t , f , y , n ,
1 , 0 (all case-insensitive).
@@ -150,14 +150,14 @@ Parameters
- String |
+ System.String |
name |
- The String key of the entry that contains the value to
+ | The System.String key of the entry that contains the value to
find.
|
- System.Boolean |
+ Boolean |
defaultValue |
Returns this value if the specified key
name is not found in the collection , or
@@ -177,8 +177,8 @@ Returns
|
- System.Boolean |
- A System.Boolean value converted from the text value associated with
+ | Boolean |
+ A Boolean value converted from the text value associated with
the specified key name from the collection ,
if found; otherwise, defaultValue .
|
@@ -220,9 +220,9 @@ Parameters
- String |
+ System.String |
name |
- The String key of the entry that contains the value to
+ | The System.String key of the entry that contains the value to
find.
|
@@ -290,9 +290,9 @@ Parameters
- String |
+ System.String |
name |
- The String key of the entry that contains the value to
+ | The System.String key of the entry that contains the value to
find.
|
@@ -308,7 +308,7 @@ Returns
- System.Nullable<Int32> |
+ Nullable<Int32> |
An Int32 value converted from the text value associated with
the specified key name from the collection ,
if found; otherwise, null.
@@ -330,12 +330,12 @@ Exceptions
|
- System.FormatException |
+ FormatException |
Thrown when the value is not a numeric text.
|
- OverflowException |
+ System.OverflowException |
Thrown when the value is outside the range of the
Int32 type.
|
@@ -377,9 +377,9 @@ Parameters
- String |
+ System.String |
name |
- The String key of the entry that contains the value to
+ | The System.String key of the entry that contains the value to
find.
|
@@ -447,9 +447,9 @@ Parameters
- String |
+ System.String |
name |
- The String key of the entry that contains the value to
+ | The System.String key of the entry that contains the value to
find.
|
@@ -465,7 +465,7 @@ Returns
- System.Nullable<UInt64> |
+ Nullable<UInt64> |
A UInt64 value converted from the text value associated with
the specified key name from the collection ,
if found; otherwise, null.
@@ -487,12 +487,12 @@ Exceptions
|
- System.FormatException |
+ FormatException |
Thrown when the value is not a numeric text.
|
- OverflowException |
+ System.OverflowException |
Thrown when the value is outside the range of the
UInt64 type.
|
diff --git a/main/api/Libplanet.Common.Nonce.html b/main/api/Libplanet.Common.Nonce.html
index 568bade9105..4dd1c06095f 100644
--- a/main/api/Libplanet.Common.Nonce.html
+++ b/main/api/Libplanet.Common.Nonce.html
@@ -149,7 +149,7 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given
nonce is a null.
|
@@ -188,7 +188,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
nonce |
An immutable System.Byte array to convert to
a Nonce instance.
@@ -228,7 +228,7 @@ Property Value
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -287,7 +287,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -320,7 +320,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -336,13 +336,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.ValueType.Equals(System.Object)
+
|
Improve this Doc
@@ -376,7 +376,7 @@ Returns
Overrides
- System.ValueType.GetHashCode()
+
|
Improve this Doc
@@ -444,7 +444,7 @@ Returns
- String |
+ System.String |
A hexadecimal representation of a Nonce.
|
@@ -503,7 +503,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -557,7 +557,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Common.Serialization.SerializationInfoExtensions.html b/main/api/Libplanet.Common.Serialization.SerializationInfoExtensions.html
index 76bcde7907b..de1ecae65aa 100644
--- a/main/api/Libplanet.Common.Serialization.SerializationInfoExtensions.html
+++ b/main/api/Libplanet.Common.Serialization.SerializationInfoExtensions.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
SerializationInfoExtensions
Inherited Members
Object.GetType()
@@ -142,7 +142,7 @@ Parameters
|
- String |
+ System.String |
name |
|
@@ -209,7 +209,7 @@ Parameters
|
- String |
+ System.String |
name |
|
@@ -230,7 +230,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Common.TimeSpanExtensions.html b/main/api/Libplanet.Common.TimeSpanExtensions.html
index 1b68c855870..539fb839f21 100644
--- a/main/api/Libplanet.Common.TimeSpanExtensions.html
+++ b/main/api/Libplanet.Common.TimeSpanExtensions.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
TimeSpanExtensions
Inherited Members
Object.GetType()
@@ -137,7 +137,7 @@ Parameters
- System.TimeSpan |
+ TimeSpan |
timeSpan |
|
@@ -158,7 +158,7 @@ Returns
- System.TimeSpan |
+ TimeSpan |
|
@@ -189,7 +189,7 @@ Parameters
- System.TimeSpan |
+ TimeSpan |
timeSpan |
|
@@ -210,7 +210,7 @@ Returns
- System.TimeSpan |
+ TimeSpan |
|
diff --git a/main/api/Libplanet.Consensus.Maj23.html b/main/api/Libplanet.Consensus.Maj23.html
index 3ed1709a56c..6801b26c3c9 100644
--- a/main/api/Libplanet.Consensus.Maj23.html
+++ b/main/api/Libplanet.Consensus.Maj23.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
Maj23
@@ -179,7 +179,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
signature |
A signature signed with maj23Metadata .
|
@@ -196,13 +196,13 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown if given signature is
empty.
|
- System.ArgumentException |
+ ArgumentException |
Thrown if given signature is
invalid and cannot be verified with maj23Metadata .
|
@@ -302,7 +302,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -396,7 +396,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -458,7 +458,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -489,7 +489,7 @@ Property Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -572,7 +572,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -606,7 +606,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -622,13 +622,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -663,7 +663,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
@@ -724,7 +724,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the Signature is not empty
and is a valid signature signed by Validator.
|
diff --git a/main/api/Libplanet.Consensus.Maj23Metadata.html b/main/api/Libplanet.Consensus.Maj23Metadata.html
index d589a21336c..3dde552fa30 100644
--- a/main/api/Libplanet.Consensus.Maj23Metadata.html
+++ b/main/api/Libplanet.Consensus.Maj23Metadata.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
Maj23Metadata
@@ -167,7 +167,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
|
@@ -182,7 +182,7 @@ Parameters
|
- System.DateTimeOffset |
+ DateTimeOffset |
timestamp |
|
@@ -256,7 +256,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -350,7 +350,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -412,7 +412,7 @@ Property Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -492,7 +492,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -523,7 +523,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -539,13 +539,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -577,7 +577,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
diff --git a/main/api/Libplanet.Consensus.Proposal.html b/main/api/Libplanet.Consensus.Proposal.html
index dc9b89de0a8..a9e51c5dc7f 100644
--- a/main/api/Libplanet.Consensus.Proposal.html
+++ b/main/api/Libplanet.Consensus.Proposal.html
@@ -80,7 +80,7 @@
Inheritance
- System.Object
+
Proposal
@@ -183,7 +183,7 @@ Parameters
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
signature |
A signature signed with proposalMetadata .
|
@@ -200,13 +200,13 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown if given signature is
empty.
|
- System.ArgumentException |
+ ArgumentException |
Thrown if given signature is
invalid and cannot be verified with proposalMetadata .
|
@@ -309,7 +309,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -372,7 +372,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -465,7 +465,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -496,7 +496,7 @@ Property Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -612,7 +612,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -648,7 +648,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -664,13 +664,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -707,7 +707,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
@@ -770,7 +770,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the Signature is not empty
and is a valid signature signed by Validator.
|
diff --git a/main/api/Libplanet.Consensus.ProposalClaim.html b/main/api/Libplanet.Consensus.ProposalClaim.html
index e5496914fce..de31958a09a 100644
--- a/main/api/Libplanet.Consensus.ProposalClaim.html
+++ b/main/api/Libplanet.Consensus.ProposalClaim.html
@@ -81,7 +81,7 @@
Inheritance
- System.Object
+
ProposalClaim
@@ -185,7 +185,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
signature |
A signature signed with metadata .
|
@@ -202,13 +202,13 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown if given signature is
empty.
|
- System.ArgumentException |
+ ArgumentException |
Thrown if given signature is
invalid and cannot be verified with metadata .
|
@@ -311,7 +311,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -374,7 +374,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -436,7 +436,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -467,7 +467,7 @@ Property Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -553,7 +553,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -590,7 +590,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -606,13 +606,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -650,7 +650,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
@@ -714,7 +714,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the Signature is not empty
and is a valid signature signed by Validator.
|
diff --git a/main/api/Libplanet.Consensus.ProposalClaimMetadata.html b/main/api/Libplanet.Consensus.ProposalClaimMetadata.html
index 84ed91ff09c..0744830c25a 100644
--- a/main/api/Libplanet.Consensus.ProposalClaimMetadata.html
+++ b/main/api/Libplanet.Consensus.ProposalClaimMetadata.html
@@ -79,7 +79,7 @@
Inheritance
- System.Object
+
ProposalClaimMetadata
@@ -174,7 +174,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
A height of given claim values.
|
@@ -192,7 +192,7 @@ Parameters
- System.DateTimeOffset |
+ DateTimeOffset |
timestamp |
The time at which the proposal took place.
|
@@ -215,7 +215,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
This can be thrown in following reasons:
|
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
diff --git a/main/api/Libplanet.Consensus.ProposalMetadata.html b/main/api/Libplanet.Consensus.ProposalMetadata.html
index 7d33f3d7d38..84b24345711 100644
--- a/main/api/Libplanet.Consensus.ProposalMetadata.html
+++ b/main/api/Libplanet.Consensus.ProposalMetadata.html
@@ -79,7 +79,7 @@
Inheritance
- System.Object
+
ProposalMetadata
@@ -174,7 +174,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
a height of given proposal values.
|
@@ -186,7 +186,7 @@ Parameters
- System.DateTimeOffset |
+ DateTimeOffset |
timestamp |
The time at which the proposal took place.
|
@@ -222,7 +222,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
This can be thrown in following reasons:
|
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
diff --git a/main/api/Libplanet.Consensus.VoteSetBits.html b/main/api/Libplanet.Consensus.VoteSetBits.html
index 2a863a06b42..bb84dc47182 100644
--- a/main/api/Libplanet.Consensus.VoteSetBits.html
+++ b/main/api/Libplanet.Consensus.VoteSetBits.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
VoteSetBits
@@ -177,7 +177,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
signature |
A signature signed with voteSetBitsMetadata .
|
@@ -194,13 +194,13 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown if given signature is
empty.
|
- System.ArgumentException |
+ ArgumentException |
Thrown if given signature is
invalid and cannot be verified with voteSetBitsMetadata .
|
@@ -299,7 +299,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -393,7 +393,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -455,7 +455,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -486,7 +486,7 @@ Property Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -531,7 +531,7 @@ Property Value
VoteBits
- System.Booleans of the vote set to be .
+
Declaration
@@ -548,7 +548,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Boolean> |
+ ImmutableArray<Boolean> |
|
@@ -599,7 +599,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -632,7 +632,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -648,13 +648,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -688,7 +688,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
@@ -748,7 +748,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the Signature is not empty
and is a valid signature signed by Validator.
|
diff --git a/main/api/Libplanet.Consensus.VoteSetBitsMetadata.html b/main/api/Libplanet.Consensus.VoteSetBitsMetadata.html
index 8dc1a063818..47e27bce9d8 100644
--- a/main/api/Libplanet.Consensus.VoteSetBitsMetadata.html
+++ b/main/api/Libplanet.Consensus.VoteSetBitsMetadata.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
VoteSetBitsMetadata
@@ -167,7 +167,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
|
@@ -182,7 +182,7 @@ Parameters
|
- System.DateTimeOffset |
+ DateTimeOffset |
timestamp |
|
@@ -197,7 +197,7 @@ Parameters
|
- IEnumerable<System.Boolean> |
+ IEnumerable<Boolean> |
voteBits |
|
@@ -261,7 +261,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -355,7 +355,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -417,7 +417,7 @@ Property Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -462,7 +462,7 @@ Property Value
VoteBits
- System.Booleans of the vote set to be .
+
Declaration
@@ -479,7 +479,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Boolean> |
+ ImmutableArray<Boolean> |
|
@@ -528,7 +528,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -559,7 +559,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -575,13 +575,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -613,7 +613,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
diff --git a/main/api/Libplanet.Crypto.Address.html b/main/api/Libplanet.Crypto.Address.html
index cd8967a44c3..6bf8b3663af 100644
--- a/main/api/Libplanet.Crypto.Address.html
+++ b/main/api/Libplanet.Crypto.Address.html
@@ -92,7 +92,7 @@
Implements
- System.Runtime.Serialization.ISerializable
+
@@ -172,7 +172,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when given bencoded
is not of type Bencodex.Types.Binary.
|
@@ -278,7 +278,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when the given address array did not lengthen 20 bytes.
|
@@ -315,7 +315,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
address |
An immutable array of 20 System.Bytes which
represents an Address.
@@ -337,7 +337,7 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when the given address array did not lengthen 20 bytes.
|
@@ -375,7 +375,7 @@ Parameters
- String |
+ System.String |
hex |
A 40 characters or included 0x prefix hexadecimal
address string to derive the corresponding Address from.
@@ -397,19 +397,19 @@ Exceptions
|
- System.ArgumentException |
+ ArgumentException |
Thrown when given hex
is neither 40 chars long nor 42 chars long with 0x prefix.
|
- System.ArgumentException |
+ ArgumentException |
Thrown when given hex
is mixed-case and the checksum is invalid.
|
- System.ArgumentException |
+ ArgumentException |
Thrown when given hex
does not consist of ASCII characters.
|
@@ -542,7 +542,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -668,7 +668,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -754,7 +754,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -808,7 +808,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -824,13 +824,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.ValueType.Equals(System.Object)
+
@@ -885,7 +885,7 @@ Returns
Overrides
- System.ValueType.GetHashCode()
+
@@ -1027,7 +1027,7 @@ Returns
- String |
+ System.String |
A hexadecimal string of 40 letters that represent
this Address. Note that it does not start with
a prefix.
@@ -1078,7 +1078,7 @@ Returns
|
- String |
+ System.String |
A 0x -hexadecimal string of 42 letters that represent
this Address.
|
@@ -1165,7 +1165,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -1240,7 +1240,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -1254,7 +1254,7 @@ Implements
System.IEquatable<T>
diff --git a/main/api/Libplanet.Crypto.AddressExtensions.html b/main/api/Libplanet.Crypto.AddressExtensions.html
index c7081229b07..49932f1738b 100644
--- a/main/api/Libplanet.Crypto.AddressExtensions.html
+++ b/main/api/Libplanet.Crypto.AddressExtensions.html
@@ -78,19 +78,19 @@
Inheritance
- System.Object
+
AddressExtensions
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Crypto.CryptoConfig.html b/main/api/Libplanet.Crypto.CryptoConfig.html
index 5141ca1624c..62eacc7512a 100644
--- a/main/api/Libplanet.Crypto.CryptoConfig.html
+++ b/main/api/Libplanet.Crypto.CryptoConfig.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
CryptoConfig
Inherited Members
Object.GetType()
@@ -138,7 +138,7 @@ Property Value
- ICryptoBackend<System.Security.Cryptography.SHA256> |
+ ICryptoBackend<SHA256> |
|
diff --git a/main/api/Libplanet.Crypto.DefaultCryptoBackend-1.html b/main/api/Libplanet.Crypto.DefaultCryptoBackend-1.html
index 2edd73eca01..9053ecee851 100644
--- a/main/api/Libplanet.Crypto.DefaultCryptoBackend-1.html
+++ b/main/api/Libplanet.Crypto.DefaultCryptoBackend-1.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
DefaultCryptoBackend<T>
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -234,7 +234,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Crypto.GenerateKeyParamTriesExceedException.html b/main/api/Libplanet.Crypto.GenerateKeyParamTriesExceedException.html
index 7a8a02b5dda..bd8dc8932bd 100644
--- a/main/api/Libplanet.Crypto.GenerateKeyParamTriesExceedException.html
+++ b/main/api/Libplanet.Crypto.GenerateKeyParamTriesExceedException.html
@@ -76,21 +76,21 @@
Inheritance
- System.Object
+
GenerateKeyParamTriesExceedException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -228,7 +228,7 @@ Parameters
- String |
+ System.String |
message |
|
@@ -265,7 +265,7 @@ Parameters
- String |
+ System.String |
message |
|
@@ -273,7 +273,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.Crypto.ICryptoBackend-1.html b/main/api/Libplanet.Crypto.ICryptoBackend-1.html
index 23bc372d26d..d96b3a26622 100644
--- a/main/api/Libplanet.Crypto.ICryptoBackend-1.html
+++ b/main/api/Libplanet.Crypto.ICryptoBackend-1.html
@@ -221,7 +221,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the signature was created
from the messageHash with the corresponding
PrivateKey. Otherwise false.
diff --git a/main/api/Libplanet.Crypto.InvalidCiphertextException.html b/main/api/Libplanet.Crypto.InvalidCiphertextException.html
index b0b9fd1e763..99d16ca8b52 100644
--- a/main/api/Libplanet.Crypto.InvalidCiphertextException.html
+++ b/main/api/Libplanet.Crypto.InvalidCiphertextException.html
@@ -76,21 +76,21 @@
Inheritance
- System.Object
+
InvalidCiphertextException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -228,7 +228,7 @@ Parameters
- String |
+ System.String |
message |
|
@@ -265,7 +265,7 @@ Parameters
- String |
+ System.String |
message |
|
@@ -273,7 +273,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.Crypto.PrivateKey.html b/main/api/Libplanet.Crypto.PrivateKey.html
index 511be3aac59..2f2605fe3ea 100644
--- a/main/api/Libplanet.Crypto.PrivateKey.html
+++ b/main/api/Libplanet.Crypto.PrivateKey.html
@@ -88,7 +88,7 @@
Inheritance
- System.Object
+
PrivateKey
@@ -197,7 +197,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
informedConsent |
|
@@ -263,7 +263,7 @@ Exceptions
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the given
privateKey is too short or too long.
|
@@ -284,7 +284,7 @@
PrivateKey(String)
Creates a PrivateKey instance from the given hexadecimal
-String (i.e.,hex ).
+ System.String (i.e., hex ).
Declaration
@@ -302,7 +302,7 @@ Parameters
- String |
+ System.String |
hex |
A hexadecimal string of a private key's
ByteArray.
@@ -326,19 +326,19 @@ Exceptions
|
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when the given hex
string is null.
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the length of the given
hex string is too short or too long.
|
- System.FormatException |
+ FormatException |
Thrown when the given hex string is
not a valid hexadecimal string.
|
@@ -378,7 +378,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -498,7 +498,7 @@ Returns
Exceptions
@@ -550,7 +550,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
ciphertext |
The encrypted message.
|
@@ -567,7 +567,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
The decrypted original message.
|
@@ -576,7 +576,7 @@ Returns
Exceptions
@@ -653,7 +653,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -706,7 +706,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -722,13 +722,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
Overrides
- System.Object.GetHashCode()
+
Inheritance
- System.Object
+
PublicKey
@@ -227,7 +227,7 @@ Returns
See Also
@@ -262,7 +262,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
message |
A binary data to encrypt.
|
@@ -279,7 +279,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
A ciphertext that was encrypted from the original message .
This can be decrypted with the corresponding PrivateKey.
|
@@ -288,7 +288,7 @@ Returns
See Also
@@ -349,7 +349,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -400,7 +400,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -416,13 +416,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
@@ -461,7 +461,7 @@ Parameters
- System.Boolean |
+ Boolean |
compress |
Returns a short length representation if it is
true. This option does not lose any information.
@@ -523,7 +523,7 @@ Parameters
|
- String |
+ System.String |
hex |
The hexadecimal representation of the public key to load.
Case insensitive, and accepts either compressed or uncompressed.
@@ -560,13 +560,13 @@ Exceptions
|
- System.ArgumentOutOfRangeException |
+ ArgumentOutOfRangeException |
Thrown when the length of the given
hex string is an odd number.
|
- System.FormatException |
+ FormatException |
Thrown when the given hex string
is not a valid hexadecimal string.
|
@@ -620,7 +620,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
@@ -656,7 +656,7 @@ Parameters
- System.Boolean |
+ Boolean |
compress |
Returns a short length representation if it is
true. This option does not lose any information.
@@ -674,7 +674,7 @@ Returns
|
- String |
+ System.String |
The hexadecimal string of the public key's compressed bytes.
|
@@ -716,7 +716,7 @@ Parameters
- System.Boolean |
+ Boolean |
compress |
Returns a short length representation if it is
true. This option does not lose any information.
@@ -734,7 +734,7 @@ Returns
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
An encoded immutable System.Byte array representation. It can be
recovered to a PublicKey instance again using
PublicKey(IReadOnlyList<Byte>) constructor whether it is compressed
@@ -788,7 +788,7 @@ Returns
|
- String |
+ System.String |
|
@@ -859,7 +859,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the signature proves authenticity
of the message with the corresponding PrivateKey.
Otherwise false.
@@ -936,7 +936,7 @@ Returns
|
- System.Boolean |
+ Boolean |
|
@@ -1008,7 +1008,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Crypto.Secp256k1.Secp256k1CryptoBackend-1.html b/main/api/Libplanet.Crypto.Secp256k1.Secp256k1CryptoBackend-1.html
index f1347d6767c..2ffc91c8f92 100644
--- a/main/api/Libplanet.Crypto.Secp256k1.Secp256k1CryptoBackend-1.html
+++ b/main/api/Libplanet.Crypto.Secp256k1.Secp256k1CryptoBackend-1.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
Secp256k1CryptoBackend<T>
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -234,7 +234,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Crypto.SymmetricKey.html b/main/api/Libplanet.Crypto.SymmetricKey.html
index cdea41b9a6a..c8cc4fa3dce 100644
--- a/main/api/Libplanet.Crypto.SymmetricKey.html
+++ b/main/api/Libplanet.Crypto.SymmetricKey.html
@@ -80,7 +80,7 @@
Inheritance
- System.Object
+
SymmetricKey
@@ -188,7 +188,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -270,7 +270,7 @@ Although the parameter name ciphertext has the
word “text”, both a ciphertext
and a returned message are a System.Byte string,
-not a Unicode String.
+not a Unicode System.String.
See Also
@@ -335,7 +335,7 @@ Returns
and can be decrypted with the same key.
(Although the word “ciphertext” has the word
“text”, a returned ciphertext is not a Unicode
- String, but a System.Byte array.)
+ System.String, but a System.Byte array.)
@@ -390,7 +390,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -425,7 +425,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -441,13 +441,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -483,7 +483,7 @@ Returns
|
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
@@ -578,7 +578,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -634,7 +634,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Explorer.Cocona.Commands.IndexCommand.html b/main/api/Libplanet.Explorer.Cocona.Commands.IndexCommand.html
index 38e20dd57df..df378e4baf3 100644
--- a/main/api/Libplanet.Explorer.Cocona.Commands.IndexCommand.html
+++ b/main/api/Libplanet.Explorer.Cocona.Commands.IndexCommand.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
IndexCommand
Namespace: Libplanet.Explorer.Cocona.Commands
@@ -170,12 +170,12 @@ Parameters
- String |
+ System.String |
storeUri |
|
- String |
+ System.String |
indexUri |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.BlockPolicyParams.html b/main/api/Libplanet.Extensions.Cocona.BlockPolicyParams.html
index 0aa41e3ca1b..56986c1d772 100644
--- a/main/api/Libplanet.Extensions.Cocona.BlockPolicyParams.html
+++ b/main/api/Libplanet.Extensions.Cocona.BlockPolicyParams.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
BlockPolicyParams
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -142,7 +142,7 @@ Property Value
- String[] |
+ System.String[] |
|
@@ -174,7 +174,7 @@ Property Value
- String |
+ System.String |
|
@@ -236,7 +236,7 @@ Returns
- System.Object |
+ Object |
|
@@ -266,7 +266,7 @@ Returns
- System.Reflection.Assembly[] |
+ Assembly[] |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.ApvCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.ApvCommand.html
index d6001aa3f37..f542d8ba200 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.ApvCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.ApvCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
ApvCommand
Inherited Members
Object.GetType()
@@ -138,12 +138,12 @@ Parameters
- String |
+ System.String |
token |
|
- System.Boolean |
+ Boolean |
json |
|
@@ -176,7 +176,7 @@ Parameters
- String |
+ System.String |
peerInfo |
|
@@ -224,12 +224,12 @@ Parameters
|
- String |
+ System.String |
extraFile |
|
- String[] |
+ System.String[] |
extra |
|
@@ -262,7 +262,7 @@ Parameters
- String |
+ System.String |
token |
|
@@ -272,7 +272,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
noKeyStore |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.BlockCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.BlockCommand.html
index 0859551ab64..7bc5d6a23c2 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.BlockCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.BlockCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
BlockCommand
Inherited Members
Object.GetType()
@@ -138,12 +138,12 @@ Parameters
- String |
+ System.String |
file |
|
- String |
+ System.String |
output |
|
@@ -186,12 +186,12 @@ Parameters
|
- String |
+ System.String |
file |
|
- String[] |
+ System.String[] |
validatorKey |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.KeyCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.KeyCommand.html
index 9b3c838e702..ec0c5f8f1f5 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.KeyCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.KeyCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
KeyCommand
Inherited Members
Object.GetType()
@@ -192,17 +192,17 @@ Parameters
|
- System.Boolean |
+ Boolean |
json |
|
- System.Boolean |
+ Boolean |
dryRun |
|
- String |
+ System.String |
path |
|
@@ -235,12 +235,12 @@ Parameters
- String |
+ System.String |
key |
|
- System.Boolean |
+ Boolean |
publicKey |
|
@@ -283,22 +283,22 @@ Parameters
|
- System.Boolean |
+ Boolean |
publicKey |
|
- System.Boolean |
+ Boolean |
bytes |
|
- System.Boolean |
+ Boolean |
json |
|
- String |
+ System.String |
path |
|
@@ -331,12 +331,12 @@ Parameters
- System.Boolean |
+ Boolean |
noAddress |
|
- System.Boolean |
+ Boolean |
publicKey |
|
@@ -369,7 +369,7 @@ Parameters
- String |
+ System.String |
key |
|
@@ -379,17 +379,17 @@ Parameters
|
- System.Boolean |
+ Boolean |
json |
|
- System.Boolean |
+ Boolean |
dryRun |
|
- String |
+ System.String |
path |
|
@@ -423,7 +423,7 @@ Parameters
- String |
+ System.String |
path |
|
@@ -466,12 +466,12 @@ Parameters
|
- System.Boolean |
+ Boolean |
noPassphrase |
|
- String |
+ System.String |
path |
|
@@ -509,7 +509,7 @@ Parameters
|
- String |
+ System.String |
path |
|
@@ -519,12 +519,12 @@ Parameters
|
- String |
+ System.String |
binaryOutput |
|
- String |
+ System.String |
storePath |
|
@@ -566,7 +566,7 @@ Parameters
|
- System.Boolean |
+ Boolean |
ignoreStdin |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.MptCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.MptCommand.html
index 2c4386c6b71..71c00a716e5 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.MptCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.MptCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
MptCommand
Inherited Members
Object.GetType()
@@ -138,12 +138,12 @@ Parameters
- String |
+ System.String |
alias |
|
- String |
+ System.String |
uri |
|
@@ -181,22 +181,22 @@ Parameters
- String |
+ System.String |
kvStoreUri |
|
- String |
+ System.String |
stateRootHashHex |
|
- String |
+ System.String |
otherKvStoreUri |
|
- String |
+ System.String |
otherStateRootHashHex |
|
@@ -234,12 +234,12 @@ Parameters
- String |
+ System.String |
kvStoreUri |
|
- String |
+ System.String |
stateRootHashHex |
|
@@ -343,17 +343,17 @@ Parameters
- String |
+ System.String |
kvStoreUri |
|
- String |
+ System.String |
stateRootHashHex |
|
- String |
+ System.String |
stateKey |
|
@@ -391,7 +391,7 @@ Parameters
- String |
+ System.String |
alias |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.StatsCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.StatsCommand.html
index 7c57603d59b..decd25fb3e2 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.StatsCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.StatsCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
StatsCommand
Inherited Members
Object.GetType()
@@ -138,22 +138,22 @@ Parameters
- String |
+ System.String |
path |
|
- System.Boolean |
+ Boolean |
header |
|
- Int64 |
+ System.Int64 |
offset |
|
- System.Nullable<Int64> |
+ Nullable<System.Int64> |
limit |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.StoreCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.StoreCommand.html
index 10e11d14c7c..4eb2089798d 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.StoreCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.StoreCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
StoreCommand
Inherited Members
Object.GetType()
@@ -138,12 +138,12 @@ Parameters
- String |
+ System.String |
home |
|
- String |
+ System.String |
blockHash |
|
@@ -176,7 +176,7 @@ Parameters
- String |
+ System.String |
home |
|
@@ -214,12 +214,12 @@ Parameters
- String |
+ System.String |
home |
|
- String |
+ System.String |
strTxId |
|
@@ -252,12 +252,12 @@ Parameters
- String |
+ System.String |
home |
|
- String |
+ System.String |
strTxId |
|
@@ -290,7 +290,7 @@ Parameters
- String |
+ System.String |
home |
|
@@ -333,12 +333,12 @@ Parameters
- String |
+ System.String |
storeUri |
|
- System.Boolean |
+ Boolean |
showHash |
|
@@ -371,7 +371,7 @@ Parameters
- String |
+ System.String |
storePath |
|
@@ -404,12 +404,12 @@ Parameters
- String |
+ System.String |
home |
|
- String |
+ System.String |
strTxId |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Commands.TxCommand.html b/main/api/Libplanet.Extensions.Cocona.Commands.TxCommand.html
index ff377d45388..ddde392e25a 100644
--- a/main/api/Libplanet.Extensions.Cocona.Commands.TxCommand.html
+++ b/main/api/Libplanet.Extensions.Cocona.Commands.TxCommand.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
TxCommand
Inherited Members
Object.GetType()
@@ -138,17 +138,17 @@ Parameters
- String |
+ System.String |
file |
|
- System.Boolean |
+ Boolean |
unsigned |
|
- System.Boolean |
+ Boolean |
ignoreSignature |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Configuration.MptConfiguration.html b/main/api/Libplanet.Extensions.Cocona.Configuration.MptConfiguration.html
index 13d069dc161..f59c4480268 100644
--- a/main/api/Libplanet.Extensions.Cocona.Configuration.MptConfiguration.html
+++ b/main/api/Libplanet.Extensions.Cocona.Configuration.MptConfiguration.html
@@ -77,10 +77,10 @@
Inherited Members
ValueType.ToString()
@@ -129,7 +129,7 @@ Parameters
- System.Collections.Generic.Dictionary<String, String> |
+ System.Collections.Generic.Dictionary<System.String, System.String> |
aliases |
|
@@ -162,7 +162,7 @@ Property Value
- System.Collections.Generic.Dictionary<String, String> |
+ System.Collections.Generic.Dictionary<System.String, System.String> |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Configuration.ToolConfiguration.html b/main/api/Libplanet.Extensions.Cocona.Configuration.ToolConfiguration.html
index 6109739c519..f8f967e504c 100644
--- a/main/api/Libplanet.Extensions.Cocona.Configuration.ToolConfiguration.html
+++ b/main/api/Libplanet.Extensions.Cocona.Configuration.ToolConfiguration.html
@@ -77,10 +77,10 @@
Inherited Members
ValueType.ToString()
diff --git a/main/api/Libplanet.Extensions.Cocona.ConsolePasswordReader.html b/main/api/Libplanet.Extensions.Cocona.ConsolePasswordReader.html
index 83b49c004e4..c70a9e34fe5 100644
--- a/main/api/Libplanet.Extensions.Cocona.ConsolePasswordReader.html
+++ b/main/api/Libplanet.Extensions.Cocona.ConsolePasswordReader.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
ConsolePasswordReader
Inherited Members
Object.GetType()
@@ -137,7 +137,7 @@ Parameters
- String |
+ System.String |
prompt |
|
@@ -153,7 +153,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Extensions.ICoconaLiteServiceCollectionExtensions.html b/main/api/Libplanet.Extensions.Cocona.Extensions.ICoconaLiteServiceCollectionExtensions.html
index 639cf7bcc9e..43cc7e90e61 100644
--- a/main/api/Libplanet.Extensions.Cocona.Extensions.ICoconaLiteServiceCollectionExtensions.html
+++ b/main/api/Libplanet.Extensions.Cocona.Extensions.ICoconaLiteServiceCollectionExtensions.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
ICoconaLiteServiceCollectionExtensions
Inherited Members
Object.GetType()
@@ -142,7 +142,7 @@ Parameters
|
- String |
+ System.String |
jsonConfigurationPath |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.PassphraseParameters.html b/main/api/Libplanet.Extensions.Cocona.PassphraseParameters.html
index 0834063b966..70ca278d5f8 100644
--- a/main/api/Libplanet.Extensions.Cocona.PassphraseParameters.html
+++ b/main/api/Libplanet.Extensions.Cocona.PassphraseParameters.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
PassphraseParameters
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -142,7 +142,7 @@ Property Value
- String |
+ System.String |
|
@@ -174,7 +174,7 @@ Property Value
- String |
+ System.String |
|
@@ -207,17 +207,17 @@ Parameters
- String |
+ System.String |
prompt |
|
- String |
+ System.String |
retypePrompt |
|
- System.Boolean |
+ Boolean |
ignoreStdin |
|
@@ -233,7 +233,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Services.JsonConfigurationService.html b/main/api/Libplanet.Extensions.Cocona.Services.JsonConfigurationService.html
index f23a4a7266e..8d1b5d36fd6 100644
--- a/main/api/Libplanet.Extensions.Cocona.Services.JsonConfigurationService.html
+++ b/main/api/Libplanet.Extensions.Cocona.Services.JsonConfigurationService.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
JsonConfigurationService
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -146,7 +146,7 @@ Parameters
|
- String |
+ System.String |
configurationFileName |
|
diff --git a/main/api/Libplanet.Extensions.Cocona.Utils.DummyAction.html b/main/api/Libplanet.Extensions.Cocona.Utils.DummyAction.html
index 02e4f60dd9a..58106d46062 100644
--- a/main/api/Libplanet.Extensions.Cocona.Utils.DummyAction.html
+++ b/main/api/Libplanet.Extensions.Cocona.Utils.DummyAction.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
Utils.DummyAction
@@ -86,13 +86,13 @@ Implements
Inherited Members
Object.GetType()
@@ -246,7 +246,7 @@ interface separately and
attach it to a instance.
-For randomness, never use System.Random
+ For randomness, never use Random
nor any other PRNGs provided by other than Libplanet.
Use instead.
guarantees the same action
@@ -259,10 +259,10 @@ CurrentCulture on .NET;
+is a global state named System.Globalization.CultureInfo.CurrentCulture on .NET;
if you format numbers, dates and times, currencies, or other such
things into strings and parse these strings back these can rely on
-CurrentCulture,
+System.Globalization.CultureInfo.CurrentCulture,
so that the same action make different results on two differently
configured systems like Thai language and French language.
In order to make these types of conversions deterministic,
diff --git a/main/api/Libplanet.Extensions.Cocona.Utils.html b/main/api/Libplanet.Extensions.Cocona.Utils.html
index b41f513c01e..1b9b780bbd2 100644
--- a/main/api/Libplanet.Extensions.Cocona.Utils.html
+++ b/main/api/Libplanet.Extensions.Cocona.Utils.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
Utils
Inherited Members
Object.GetType()
@@ -135,7 +135,7 @@ Field Value
- String |
+ System.String |
|
@@ -168,7 +168,7 @@ Parameters
- String |
+ System.String |
target |
|
@@ -230,7 +230,7 @@ Parameters
- String |
+ System.String |
message |
|
@@ -282,7 +282,7 @@ Parameters
- String |
+ System.String |
uriString |
|
@@ -329,7 +329,7 @@ Parameters
- (T1 Item1)<String> |
+ (T1 Item1)<System.String> |
header |
|
@@ -381,12 +381,12 @@ Parameters
- System.ValueTuple<String, String> |
+ (T1 Item1, T2 Item2)<System.String, System.String> |
header |
|
- IEnumerable<System.ValueTuple<T1, T2>> |
+ IEnumerable<(T1 Item1, T2 Item2)<T1, T2>> |
rows |
|
@@ -437,12 +437,12 @@ Parameters
- System.ValueTuple<String, String, String> |
+ (T1 Item1, T2 Item2, T3 Item3)<System.String, System.String, System.String> |
header |
|
- IEnumerable<System.ValueTuple<T1, T2, T3>> |
+ IEnumerable<(T1 Item1, T2 Item2, T3 Item3)<T1, T2, T3>> |
rows |
|
@@ -497,7 +497,7 @@ Parameters
- (T1 Item1, T2 Item2, T3 Item3, T4 Item4)<String, String, String, String> |
+ (T1 Item1, T2 Item2, T3 Item3, T4 Item4)<System.String, System.String, System.String, System.String> |
header |
|
@@ -577,7 +577,7 @@ Returns
- String |
+ System.String |
|
diff --git a/main/api/Libplanet.KeyStore.Ciphers.Aes128Ctr.html b/main/api/Libplanet.KeyStore.Ciphers.Aes128Ctr.html
index 201062e94cb..7057d1647dd 100644
--- a/main/api/Libplanet.KeyStore.Ciphers.Aes128Ctr.html
+++ b/main/api/Libplanet.KeyStore.Ciphers.Aes128Ctr.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
Aes128Ctr
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
@@ -161,7 +161,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when the length of iv is
invalid.
|
@@ -195,7 +195,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
iv |
Initialization vector.
|
@@ -212,7 +212,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when the length of iv is
invalid.
|
@@ -248,7 +248,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -283,13 +283,13 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
key |
A symmetric key.
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
ciphertext |
An immutable System.Byte array to decrypt.
|
@@ -306,7 +306,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
The plain text decrypted from the ciphertext
using the key .
|
@@ -341,13 +341,13 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
key |
A symmetric key.
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
plaintext |
An immutable System.Byte array to encrypt.
|
@@ -364,7 +364,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
The ciphertext made from the plaintext
using the key .
|
@@ -400,7 +400,7 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
A JSON writer which has not begun object nor array.
|
@@ -417,7 +417,7 @@ Returns
- String |
+ System.String |
A unique identifier of the cipher algorithm. This is going to be the
crypto.cipher field in the key JSON file.
|
diff --git a/main/api/Libplanet.KeyStore.Ciphers.ICipher.html b/main/api/Libplanet.KeyStore.Ciphers.ICipher.html
index 845399d4fd0..bca6ee21e65 100644
--- a/main/api/Libplanet.KeyStore.Ciphers.ICipher.html
+++ b/main/api/Libplanet.KeyStore.Ciphers.ICipher.html
@@ -111,13 +111,13 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
key |
A symmetric key.
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
ciphertext |
An immutable System.Byte array to decrypt.
|
@@ -134,7 +134,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
The plain text decrypted from the ciphertext
using the key .
|
@@ -169,13 +169,13 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
key |
A symmetric key.
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
plaintext |
An immutable System.Byte array to encrypt.
|
@@ -192,7 +192,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
The ciphertext made from the plaintext
using the key .
|
@@ -228,7 +228,7 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
A JSON writer which has not begun object nor array.
|
@@ -245,7 +245,7 @@ Returns
- String |
+ System.String |
A unique identifier of the cipher algorithm. This is going to be the
crypto.cipher field in the key JSON file.
|
diff --git a/main/api/Libplanet.KeyStore.IKeyStore.html b/main/api/Libplanet.KeyStore.IKeyStore.html
index 76491966008..1decf2a0c08 100644
--- a/main/api/Libplanet.KeyStore.IKeyStore.html
+++ b/main/api/Libplanet.KeyStore.IKeyStore.html
@@ -144,7 +144,7 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when null is passed to
key .
|
@@ -244,7 +244,7 @@ Returns
- IEnumerable<System.Tuple<Guid, ProtectedPrivateKey>> |
+ IEnumerable<Tuple<Guid, ProtectedPrivateKey>> |
All keys in the key store. The order is undefined and not deterministic.
|
diff --git a/main/api/Libplanet.KeyStore.IncorrectPassphraseException.html b/main/api/Libplanet.KeyStore.IncorrectPassphraseException.html
index 4f66ba030b7..354ff2d0281 100644
--- a/main/api/Libplanet.KeyStore.IncorrectPassphraseException.html
+++ b/main/api/Libplanet.KeyStore.IncorrectPassphraseException.html
@@ -77,15 +77,15 @@
Inheritance
- System.Object
+
- System.SystemException
- System.ArgumentException
+
+
IncorrectPassphraseException
Implements
- System.Runtime.Serialization.ISerializable
+
Object.MemberwiseClone()
@@ -182,26 +182,26 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
- String |
+ System.String |
paramName |
The name of the parameter that caused the current exception.
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
expectedMac |
The expected MAC of the correct passphrase.
It is automatically included to the message string.
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
inputMac |
The actual MAC of the user input passphrase.
It is automatically included to the message string.
@@ -237,7 +237,7 @@ Property Value
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -268,14 +268,14 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
Implements
diff --git a/main/api/Libplanet.KeyStore.InvalidKeyJsonException.html b/main/api/Libplanet.KeyStore.InvalidKeyJsonException.html
index 98c1ec0a90f..51ea9ad82b1 100644
--- a/main/api/Libplanet.KeyStore.InvalidKeyJsonException.html
+++ b/main/api/Libplanet.KeyStore.InvalidKeyJsonException.html
@@ -77,22 +77,22 @@
Inheritance
- System.Object
+
InvalidKeyJsonException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -178,7 +178,7 @@ Parameters
- String |
+ System.String |
message |
A detailed exception message.
|
@@ -187,7 +187,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.KeyStore.Kdfs.IKdf.html b/main/api/Libplanet.KeyStore.Kdfs.IKdf.html
index 2499ae33b06..2cb0cfe7542 100644
--- a/main/api/Libplanet.KeyStore.Kdfs.IKdf.html
+++ b/main/api/Libplanet.KeyStore.Kdfs.IKdf.html
@@ -113,7 +113,7 @@ Parameters
- String |
+ System.String |
passphrase |
A user input passphrase.
|
@@ -130,7 +130,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
A derived cryptographic key.
|
@@ -163,7 +163,7 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
A JSON writer which has not begun object nor array.
|
@@ -180,7 +180,7 @@ Returns
- String |
+ System.String |
A unique identifier of the KDF. This is going to be the
crypto.kdf field in the key JSON file.
|
diff --git a/main/api/Libplanet.KeyStore.Kdfs.Pbkdf2-1.html b/main/api/Libplanet.KeyStore.Kdfs.Pbkdf2-1.html
index 7f4f676df6d..41d51e848bc 100644
--- a/main/api/Libplanet.KeyStore.Kdfs.Pbkdf2-1.html
+++ b/main/api/Libplanet.KeyStore.Kdfs.Pbkdf2-1.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
Pbkdf2<T>
@@ -87,13 +87,13 @@ Implements
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
salt |
A cryptographic salt.
|
@@ -321,7 +321,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -357,7 +357,7 @@ Parameters
- String |
+ System.String |
passphrase |
A user input passphrase.
|
@@ -374,7 +374,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
A derived cryptographic key.
|
@@ -407,7 +407,7 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
A JSON writer which has not begun object nor array.
|
@@ -424,7 +424,7 @@ Returns
- String |
+ System.String |
A unique identifier of the KDF. This is going to be the
crypto.kdf field in the key JSON file.
|
diff --git a/main/api/Libplanet.KeyStore.Kdfs.Scrypt.html b/main/api/Libplanet.KeyStore.Kdfs.Scrypt.html
index 6d21d944cd1..c98dea7ec25 100644
--- a/main/api/Libplanet.KeyStore.Kdfs.Scrypt.html
+++ b/main/api/Libplanet.KeyStore.Kdfs.Scrypt.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
Scrypt
@@ -87,13 +87,13 @@ Implements
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
salt |
A cryptographic salt.
|
@@ -390,7 +390,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -426,7 +426,7 @@ Parameters
- String |
+ System.String |
passphrase |
A user input passphrase.
|
@@ -443,7 +443,7 @@ Returns
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
A derived cryptographic key.
|
@@ -476,7 +476,7 @@ Parameters
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
A JSON writer which has not begun object nor array.
|
@@ -493,7 +493,7 @@ Returns
- String |
+ System.String |
A unique identifier of the KDF. This is going to be the
crypto.kdf field in the key JSON file.
|
diff --git a/main/api/Libplanet.KeyStore.KeyJsonException.html b/main/api/Libplanet.KeyStore.KeyJsonException.html
index cb43a0ebc8d..080fde2bf1d 100644
--- a/main/api/Libplanet.KeyStore.KeyJsonException.html
+++ b/main/api/Libplanet.KeyStore.KeyJsonException.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
KeyJsonException
@@ -86,15 +86,15 @@ Inheritance
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -180,7 +180,7 @@ Parameters
- String |
+ System.String |
message |
A detailed exception message.
|
@@ -189,7 +189,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.KeyStore.KeyStoreException.html b/main/api/Libplanet.KeyStore.KeyStoreException.html
index f058b7dd6b2..5eafc638521 100644
--- a/main/api/Libplanet.KeyStore.KeyStoreException.html
+++ b/main/api/Libplanet.KeyStore.KeyStoreException.html
@@ -78,22 +78,22 @@
Inheritance
- System.Object
+
KeyStoreException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -179,7 +179,7 @@ Parameters
- String |
+ System.String |
message |
A descriptive error message for programmers.
Goes to Message.
@@ -189,7 +189,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.KeyStore.MismatchedAddressException.html b/main/api/Libplanet.KeyStore.MismatchedAddressException.html
index 6755daff39d..53747f84088 100644
--- a/main/api/Libplanet.KeyStore.MismatchedAddressException.html
+++ b/main/api/Libplanet.KeyStore.MismatchedAddressException.html
@@ -78,23 +78,23 @@
Inheritance
- System.Object
+
- System.SystemException
+
MismatchedAddressException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -180,7 +180,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -267,7 +267,7 @@ Property Value
Implements
diff --git a/main/api/Libplanet.KeyStore.NoKeyException.html b/main/api/Libplanet.KeyStore.NoKeyException.html
index 8e4e6638fed..1d9a83f467d 100644
--- a/main/api/Libplanet.KeyStore.NoKeyException.html
+++ b/main/api/Libplanet.KeyStore.NoKeyException.html
@@ -78,22 +78,22 @@
Inheritance
- System.Object
+
NoKeyException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -179,7 +179,7 @@ Parameters
- String |
+ System.String |
message |
A descriptive error message for programmers.
Goes to Message.
@@ -230,7 +230,7 @@ Property Value
Implements
diff --git a/main/api/Libplanet.KeyStore.ProtectedPrivateKey.html b/main/api/Libplanet.KeyStore.ProtectedPrivateKey.html
index 8ddaca0a34f..4077e6c8155 100644
--- a/main/api/Libplanet.KeyStore.ProtectedPrivateKey.html
+++ b/main/api/Libplanet.KeyStore.ProtectedPrivateKey.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
ProtectedPrivateKey
|
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
mac |
MAC digest to check if a derived key is correct or not.
|
@@ -223,7 +223,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
ciphertext |
An encrypted PrivateKey.
|
@@ -322,7 +322,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -387,7 +387,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -423,7 +423,7 @@ Parameters
- String |
+ System.String |
json |
A JSON string that encodes a ProtectedPrivateKey.
|
@@ -456,7 +456,7 @@ Exceptions
- System.Text.Json.JsonException |
+ JsonException |
Thrown when the given json is not
a valid JSON.
|
@@ -510,7 +510,7 @@ Parameters
- String |
+ System.String |
passphrase |
A user input passphrase (i.e., password).
|
@@ -562,7 +562,7 @@ Parameters
- String |
+ System.String |
passphrase |
A user input passphrase (i.e., password).
|
@@ -644,7 +644,7 @@ Parameters
- System.Nullable<Guid> |
+ Nullable<Guid> |
id |
A unique identifier, which goes to the id field in the key JSON
file. If null (which is default) it is random-generated.
@@ -681,13 +681,13 @@ Parameters
|
- System.Text.Json.Utf8JsonWriter |
+ Utf8JsonWriter |
writer |
A JSON writer which has not begun object nor array.
|
- System.Nullable<Guid> |
+ Nullable<Guid> |
id |
A unique identifier, which goes to the id field in the key JSON
file. If null (which is default) it is random-generated.
diff --git a/main/api/Libplanet.KeyStore.UnsupportedKeyJsonException.html b/main/api/Libplanet.KeyStore.UnsupportedKeyJsonException.html
index dc04844228d..7080af33ed0 100644
--- a/main/api/Libplanet.KeyStore.UnsupportedKeyJsonException.html
+++ b/main/api/Libplanet.KeyStore.UnsupportedKeyJsonException.html
@@ -78,22 +78,22 @@
Inheritance
- System.Object
+
UnsupportedKeyJsonException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -179,7 +179,7 @@ Parameters
- String |
+ System.String |
message |
A detailed exception message.
|
@@ -188,7 +188,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.KeyStore.Web3KeyStore.html b/main/api/Libplanet.KeyStore.Web3KeyStore.html
index 77344f491e4..efb38c2693b 100644
--- a/main/api/Libplanet.KeyStore.Web3KeyStore.html
+++ b/main/api/Libplanet.KeyStore.Web3KeyStore.html
@@ -82,7 +82,7 @@
Inheritance
- System.Object
+
Web3KeyStore
@@ -92,13 +92,13 @@ Implements
Inherited Members
Object.GetType()
@@ -149,7 +149,7 @@ Parameters
- String |
+ System.String |
path |
A path of the directory to store key files. A new directory is
created if not exists.
@@ -167,7 +167,7 @@ Exceptions
|
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when null is passed to
path .
|
@@ -243,7 +243,7 @@ Property Value
- String |
+ System.String |
|
@@ -310,7 +310,7 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when null is passed to
key .
|
@@ -410,7 +410,7 @@ Returns
- IEnumerable<System.Tuple<Guid, ProtectedPrivateKey>> |
+ IEnumerable<Tuple<Guid, ProtectedPrivateKey>> |
All keys in the key store. The order is undefined and not deterministic.
|
diff --git a/main/api/Libplanet.Net.ActionExecutionState.html b/main/api/Libplanet.Net.ActionExecutionState.html
index 56243802d48..b1d11b04219 100644
--- a/main/api/Libplanet.Net.ActionExecutionState.html
+++ b/main/api/Libplanet.Net.ActionExecutionState.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
ActionExecutionState
@@ -289,7 +289,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -321,7 +321,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -337,7 +337,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -427,7 +427,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -480,7 +480,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.AppProtocolVersion.html b/main/api/Libplanet.Net.AppProtocolVersion.html
index 54cd028f309..0d7e7e33dd9 100644
--- a/main/api/Libplanet.Net.AppProtocolVersion.html
+++ b/main/api/Libplanet.Net.AppProtocolVersion.html
@@ -145,7 +145,7 @@ Parameters
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
signature |
Sets the Signature.
|
@@ -280,7 +280,7 @@ Property Value
- System.Collections.Immutable.ImmutableArray<System.Byte> |
+ ImmutableArray<System.Byte> |
|
@@ -316,7 +316,7 @@ Property Value
- String |
+ System.String |
|
@@ -378,7 +378,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -418,7 +418,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -434,13 +434,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.ValueType.Equals(System.Object)
+
|
Improve this Doc
@@ -468,7 +468,7 @@ Parameters
- String |
+ System.String |
token |
A Token string.
|
@@ -501,13 +501,13 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when null is passed to
token .
|
- System.FormatException |
+ FormatException |
Thrown when the given token 's
format is invalid. The detailed reason is in the message.
|
@@ -558,7 +558,7 @@ Returns
Overrides
- System.ValueType.GetHashCode()
+
|
Improve this Doc
@@ -632,7 +632,7 @@ Exceptions
- System.ArgumentNullException |
+ ArgumentNullException |
Thrown when signer is
null.
|
@@ -673,7 +673,7 @@ Returns
- String |
+ System.String |
|
@@ -725,7 +725,7 @@ Returns
- System.Boolean |
+ Boolean |
true if and only if the given publicKey is
Signer's and the Signature is certainly signed by
the Signer.
@@ -791,7 +791,7 @@ Returns
|
- System.Boolean |
+ Boolean |
|
@@ -852,7 +852,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.AsyncDelegate-1.html b/main/api/Libplanet.Net.AsyncDelegate-1.html
index dfb5ba1a7b3..76365ea7768 100644
--- a/main/api/Libplanet.Net.AsyncDelegate-1.html
+++ b/main/api/Libplanet.Net.AsyncDelegate-1.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
AsyncDelegate<T>
Inherited Members
Object.GetType()
@@ -185,7 +185,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
|
@@ -216,7 +216,7 @@ Parameters
- Func<T, System.Threading.Tasks.Task> |
+ Func<T, Task> |
func |
|
@@ -248,7 +248,7 @@ Parameters
- Func<T, System.Threading.Tasks.Task> |
+ Func<T, Task> |
func |
|
diff --git a/main/api/Libplanet.Net.BlockCandidateTable.html b/main/api/Libplanet.Net.BlockCandidateTable.html
index b08f522bf7e..acb4924a674 100644
--- a/main/api/Libplanet.Net.BlockCandidateTable.html
+++ b/main/api/Libplanet.Net.BlockCandidateTable.html
@@ -83,19 +83,19 @@
Inheritance
- System.Object
+
BlockCandidateTable
Inherited Members
Object.GetType()
@@ -174,7 +174,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -262,7 +262,7 @@ Parameters
- Func<IBlockExcerpt, System.Boolean> |
+ Func<IBlockExcerpt, Boolean> |
predicate |
|
@@ -314,7 +314,7 @@ Returns
Branch |
- A System.Collections.Generic.List<T> of Blocks with associated
+ | A List<T> of Blocks with associated
BlockCommits by
thisRoundTip if found, otherwise null.
The result is guaranteed to be non-empty and consecutive sorted by
@@ -376,7 +376,7 @@ Returns
|
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.BlockDemand.html b/main/api/Libplanet.Net.BlockDemand.html
index 3a30aa99e7d..1170abbdb43 100644
--- a/main/api/Libplanet.Net.BlockDemand.html
+++ b/main/api/Libplanet.Net.BlockDemand.html
@@ -82,10 +82,10 @@ Implements
Inherited Members
ValueType.ToString()
@@ -145,7 +145,7 @@ Parameters
|
- System.DateTimeOffset |
+ DateTimeOffset |
timestamp |
|
@@ -221,7 +221,7 @@ Field Value
View Source
Timestamp
- The System.DateTimeOffset when
+ The DateTimeOffset when
the corresponding block information was received.
@@ -239,7 +239,7 @@ Field Value
- System.DateTimeOffset |
+ DateTimeOffset |
|
@@ -303,7 +303,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
diff --git a/main/api/Libplanet.Net.BlockDemandTable.html b/main/api/Libplanet.Net.BlockDemandTable.html
index 7f81acc04d2..81e8ddf9820 100644
--- a/main/api/Libplanet.Net.BlockDemandTable.html
+++ b/main/api/Libplanet.Net.BlockDemandTable.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
BlockDemandTable
Inherited Members
Object.GetType()
@@ -137,7 +137,7 @@ Parameters
- System.TimeSpan |
+ TimeSpan |
blockDemandLifespan |
|
@@ -170,7 +170,7 @@ Property Value
- System.Collections.Generic.IDictionary<BoundPeer, BlockDemand> |
+ IDictionary<BoundPeer, BlockDemand> |
|
@@ -208,7 +208,7 @@ Parameters
|
- Func<IBlockExcerpt, System.Boolean> |
+ Func<IBlockExcerpt, Boolean> |
predicate |
|
@@ -244,7 +244,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -280,7 +280,7 @@ Parameters
|
- Func<IBlockExcerpt, System.Boolean> |
+ Func<IBlockExcerpt, Boolean> |
predicate |
|
diff --git a/main/api/Libplanet.Net.BlockDownloadState.html b/main/api/Libplanet.Net.BlockDownloadState.html
index c265498dc64..6a0f0fb4a86 100644
--- a/main/api/Libplanet.Net.BlockDownloadState.html
+++ b/main/api/Libplanet.Net.BlockDownloadState.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
BlockDownloadState
@@ -177,7 +177,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -270,7 +270,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -320,7 +320,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -352,7 +352,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -368,7 +368,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -458,7 +458,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -511,7 +511,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.BlockHashDownloadState.html b/main/api/Libplanet.Net.BlockHashDownloadState.html
index 59356148712..a84499792ec 100644
--- a/main/api/Libplanet.Net.BlockHashDownloadState.html
+++ b/main/api/Libplanet.Net.BlockHashDownloadState.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
BlockHashDownloadState
@@ -177,7 +177,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -208,7 +208,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -289,7 +289,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -321,7 +321,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -337,7 +337,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -427,7 +427,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -480,7 +480,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.BlockSyncState.html b/main/api/Libplanet.Net.BlockSyncState.html
index 6edd9eefb9f..46785fb545f 100644
--- a/main/api/Libplanet.Net.BlockSyncState.html
+++ b/main/api/Libplanet.Net.BlockSyncState.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
BlockSyncState
@@ -221,7 +221,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -252,7 +252,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -268,13 +268,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -306,7 +306,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
Operators
@@ -356,7 +356,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -408,7 +408,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.BlockVerificationState.html b/main/api/Libplanet.Net.BlockVerificationState.html
index 53c1976d094..664181b90e5 100644
--- a/main/api/Libplanet.Net.BlockVerificationState.html
+++ b/main/api/Libplanet.Net.BlockVerificationState.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
BlockVerificationState
@@ -177,7 +177,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -208,7 +208,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -289,7 +289,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -321,7 +321,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -337,7 +337,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -427,7 +427,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -480,7 +480,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.BoundPeer.html b/main/api/Libplanet.Net.BoundPeer.html
index 2c8f1ab99b2..0ce182b03b8 100644
--- a/main/api/Libplanet.Net.BoundPeer.html
+++ b/main/api/Libplanet.Net.BoundPeer.html
@@ -76,12 +76,12 @@
Inheritance
- System.Object
+
BoundPeer
Implements
- System.Runtime.Serialization.ISerializable
+
Bencodex.IBencodable
@@ -312,7 +312,7 @@ Property Value
- String |
+ System.String |
|
@@ -344,7 +344,7 @@ Property Value
- System.Net.IPAddress |
+ IPAddress |
|
@@ -427,7 +427,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -458,7 +458,7 @@ Parameters
- System.Object |
+ Object |
obj |
|
@@ -474,13 +474,13 @@ Returns
- System.Boolean |
+ Boolean |
|
Overrides
- System.Object.Equals(System.Object)
+
|
Improve this Doc
@@ -512,7 +512,7 @@ Returns
Overrides
- System.Object.GetHashCode()
+
|
Improve this Doc
@@ -578,7 +578,7 @@ Parameters
- String |
+ System.String |
peerInfo |
A comma-separated string have format {pubkey},{host},{port}.
|
@@ -611,7 +611,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when the given peerInfo is invalid.
|
@@ -642,7 +642,7 @@ Returns
- String |
+ System.String |
|
@@ -698,7 +698,7 @@ Returns
- System.Boolean |
+ Boolean |
|
@@ -750,14 +750,14 @@ Returns
- System.Boolean |
+ Boolean |
|
Implements
System.IEquatable<T>
diff --git a/main/api/Libplanet.Net.Consensus.ConsensusContext.html b/main/api/Libplanet.Net.Consensus.ConsensusContext.html
index e2001ad361d..c9c6cb829e4 100644
--- a/main/api/Libplanet.Net.Consensus.ConsensusContext.html
+++ b/main/api/Libplanet.Net.Consensus.ConsensusContext.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
ConsensusContext
@@ -88,13 +88,13 @@ Implements
- System.TimeSpan |
+ TimeSpan |
newHeightDelay |
A time delay in starting the consensus for the next height
block. Libplanet.Net.Consensus.ConsensusContext.OnTipChanged(System.Object,System.ValueTuple{Libplanet.Types.Blocks.Block,Libplanet.Types.Blocks.Block})
@@ -205,7 +205,7 @@ Property Value
|
- Int64 |
+ System.Int64 |
If NewHeight(Int64) or Libplanet.Net.Consensus.ConsensusContext.OnTipChanged(System.Object,System.ValueTuple{Libplanet.Types.Blocks.Block,Libplanet.Types.Blocks.Block}) is called
before, returns current working height, otherwise returns -1 .
|
@@ -243,7 +243,7 @@ Property Value
- Int64 |
+ System.Int64 |
If there is Context for Height returns the round
of current Context, or otherwise returns -1.
|
@@ -412,7 +412,7 @@ Returns
- System.Boolean |
+ Boolean |
true if consensusMessage is dispatched to
a Context, false otherwise.
|
@@ -548,7 +548,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
The height of a new Context to start.
|
@@ -602,7 +602,7 @@ Returns
- String |
+ System.String |
Returns the current height Context. if there's no instance of
Context for current height, returns "No context".
|
diff --git a/main/api/Libplanet.Net.Consensus.ConsensusReactor.html b/main/api/Libplanet.Net.Consensus.ConsensusReactor.html
index 913cfbd920b..f53a58a6356 100644
--- a/main/api/Libplanet.Net.Consensus.ConsensusReactor.html
+++ b/main/api/Libplanet.Net.Consensus.ConsensusReactor.html
@@ -78,7 +78,7 @@
Inheritance
- System.Object
+
ConsensusReactor
@@ -89,13 +89,13 @@ Implements
- System.TimeSpan |
+ TimeSpan |
newHeightDelay |
A time delay in starting the consensus for the next height
block.
@@ -220,7 +220,7 @@ Property Value
|
- Int64 |
+ System.Int64 |
|
@@ -251,7 +251,7 @@ Property Value
- System.Boolean |
+ Boolean |
|
@@ -350,7 +350,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
Returns the StartAsync(CancellationToken).
|
@@ -400,7 +400,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
Returns the StopAsync(TimeSpan, CancellationToken).
|
@@ -432,7 +432,7 @@ Returns
- String |
+ System.String |
Returns a summary in JSON-formatted string.
|
diff --git a/main/api/Libplanet.Net.Consensus.ConsensusReactorOption.html b/main/api/Libplanet.Net.Consensus.ConsensusReactorOption.html
index 79edc9beb5e..6c3fd693b15 100644
--- a/main/api/Libplanet.Net.Consensus.ConsensusReactorOption.html
+++ b/main/api/Libplanet.Net.Consensus.ConsensusReactorOption.html
@@ -78,10 +78,10 @@
Inherited Members
ValueType.ToString()
@@ -316,7 +316,7 @@ Property Value
- System.TimeSpan |
+ TimeSpan |
|
diff --git a/main/api/Libplanet.Net.Consensus.Context.html b/main/api/Libplanet.Net.Consensus.Context.html
index 9f1ccd7b69c..be066d3b6de 100644
--- a/main/api/Libplanet.Net.Consensus.Context.html
+++ b/main/api/Libplanet.Net.Consensus.Context.html
@@ -118,7 +118,7 @@
Inheritance
- System.Object
+
Context
@@ -128,13 +128,13 @@ Implements
Inherited Members
Object.GetType()
@@ -199,7 +199,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
A target Height of the consensus state.
|
@@ -261,7 +261,7 @@ Property Value
- Int64 |
+ System.Int64 |
|
@@ -831,7 +831,7 @@ Returns
- String |
+ System.String |
Returns a JSON-formatted string of context state.
|
diff --git a/main/api/Libplanet.Net.Consensus.ContextTimeoutOption.html b/main/api/Libplanet.Net.Consensus.ContextTimeoutOption.html
index db6543d1a71..c86cdd0c7f3 100644
--- a/main/api/Libplanet.Net.Consensus.ContextTimeoutOption.html
+++ b/main/api/Libplanet.Net.Consensus.ContextTimeoutOption.html
@@ -78,19 +78,19 @@
Inheritance
- System.Object
+
ContextTimeoutOption
Inherited Members
Object.GetType()
diff --git a/main/api/Libplanet.Net.Consensus.Gossip.html b/main/api/Libplanet.Net.Consensus.Gossip.html
index 1d66ed31bed..243e5473712 100644
--- a/main/api/Libplanet.Net.Consensus.Gossip.html
+++ b/main/api/Libplanet.Net.Consensus.Gossip.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
Gossip
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
@@ -149,13 +149,13 @@ Parameters
- System.Collections.Immutable.ImmutableArray<BoundPeer> |
+ ImmutableArray<BoundPeer> |
peers |
A list of BoundPeer composing network.
|
- System.Collections.Immutable.ImmutableArray<BoundPeer> |
+ ImmutableArray<BoundPeer> |
seeds |
A list of BoundPeer for lookup network.
|
@@ -303,7 +303,7 @@ Property Value
- System.Boolean |
+ Boolean |
Gets the value indicates whether the instance is running.
|
@@ -618,7 +618,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
An awaitable task without value.
|
@@ -651,9 +651,9 @@ Parameters
- System.TimeSpan |
+ TimeSpan |
waitFor |
- The System.TimeSpan of delay before actual stopping.
+ | The TimeSpan of delay before actual stopping.
|
@@ -675,7 +675,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
An awaitable task without value.
|
@@ -707,8 +707,8 @@ Returns
- System.Threading.Tasks.Task |
- A System.Threading.Tasks.Task completed when Running
+ | Task |
+ A Task completed when Running
property becomes true.
|
diff --git a/main/api/Libplanet.Net.Consensus.GossipConsensusMessageCommunicator.html b/main/api/Libplanet.Net.Consensus.GossipConsensusMessageCommunicator.html
index ac524ffffd9..c1c2a693940 100644
--- a/main/api/Libplanet.Net.Consensus.GossipConsensusMessageCommunicator.html
+++ b/main/api/Libplanet.Net.Consensus.GossipConsensusMessageCommunicator.html
@@ -77,7 +77,7 @@
Inheritance
- System.Object
+
GossipConsensusMessageCommunicator
@@ -87,13 +87,13 @@ Implements
Inherited Members
Object.GetType()
@@ -151,14 +151,14 @@ Parameters
- System.Collections.Immutable.ImmutableArray<BoundPeer> |
+ ImmutableArray<BoundPeer> |
validatorPeers |
A list of validator's BoundPeer,
including itself.
|
- System.Collections.Immutable.ImmutableArray<BoundPeer> |
+ ImmutableArray<BoundPeer> |
seedPeers |
A list of seed's BoundPeer.
|
@@ -202,7 +202,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
Height
to trigger this method.
diff --git a/main/api/Libplanet.Net.Consensus.HeightVoteSet.html b/main/api/Libplanet.Net.Consensus.HeightVoteSet.html
index 8ea01df7980..74d9059c4e5 100644
--- a/main/api/Libplanet.Net.Consensus.HeightVoteSet.html
+++ b/main/api/Libplanet.Net.Consensus.HeightVoteSet.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
HeightVoteSet
Inherited Members
Object.GetType()
@@ -137,7 +137,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
|
@@ -318,7 +318,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when given voteFlag
is not either PreVote or PreCommit.
|
@@ -356,7 +356,7 @@ Returns
- Int64 |
+ System.Int64 |
|
@@ -386,7 +386,7 @@ Returns
- System.ValueTuple<Int32, BlockHash> |
+ (T1 Item1, T2 Item2)<Int32, BlockHash> |
|
@@ -511,7 +511,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
|
@@ -594,7 +594,7 @@ Returns
- System.Boolean |
+ Boolean |
|
diff --git a/main/api/Libplanet.Net.Consensus.IConsensusMessageCommunicator.html b/main/api/Libplanet.Net.Consensus.IConsensusMessageCommunicator.html
index 5f7e3973758..858fddc86c0 100644
--- a/main/api/Libplanet.Net.Consensus.IConsensusMessageCommunicator.html
+++ b/main/api/Libplanet.Net.Consensus.IConsensusMessageCommunicator.html
@@ -111,7 +111,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
Height
to trigger this method.
diff --git a/main/api/Libplanet.Net.Consensus.IReactor.html b/main/api/Libplanet.Net.Consensus.IReactor.html
index a3fc086e199..5d75072f3ad 100644
--- a/main/api/Libplanet.Net.Consensus.IReactor.html
+++ b/main/api/Libplanet.Net.Consensus.IReactor.html
@@ -78,7 +78,7 @@
Inherited Members
Namespace: Libplanet.Net.Consensus
@@ -134,7 +134,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
A awaitable tasks from reactor for starting.
|
@@ -185,7 +185,7 @@ Returns
- System.Threading.Tasks.Task |
+ Task |
A awaitable tasks from reactor for stopping.
|
diff --git a/main/api/Libplanet.Net.Consensus.InvalidConsensusMessageException.html b/main/api/Libplanet.Net.Consensus.InvalidConsensusMessageException.html
index e75ed2195c8..4f1ffca5fc3 100644
--- a/main/api/Libplanet.Net.Consensus.InvalidConsensusMessageException.html
+++ b/main/api/Libplanet.Net.Consensus.InvalidConsensusMessageException.html
@@ -79,14 +79,14 @@
Inheritance
- System.Object
+
InvalidConsensusMessageException
Implements
- System.Runtime.Serialization.ISerializable
+
Object.MemberwiseClone()
@@ -224,7 +224,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -270,7 +270,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -285,7 +285,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.Net.Consensus.InvalidHeightIncreasingException.html b/main/api/Libplanet.Net.Consensus.InvalidHeightIncreasingException.html
index cedebc70e94..0ef4f31a8fd 100644
--- a/main/api/Libplanet.Net.Consensus.InvalidHeightIncreasingException.html
+++ b/main/api/Libplanet.Net.Consensus.InvalidHeightIncreasingException.html
@@ -78,21 +78,21 @@
Inheritance
- System.Object
+
InvalidHeightIncreasingException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -222,7 +222,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -231,7 +231,7 @@ Parameters
Implements
diff --git a/main/api/Libplanet.Net.Consensus.InvalidMaj23Exception.html b/main/api/Libplanet.Net.Consensus.InvalidMaj23Exception.html
index 6ede89c8d6f..bd340d0ac0e 100644
--- a/main/api/Libplanet.Net.Consensus.InvalidMaj23Exception.html
+++ b/main/api/Libplanet.Net.Consensus.InvalidMaj23Exception.html
@@ -79,18 +79,18 @@
Inheritance
- System.Object
+
InvalidMaj23Exception
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -220,7 +220,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -266,7 +266,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -357,10 +357,10 @@ Parameters
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
Implements
diff --git a/main/api/Libplanet.Net.Consensus.InvalidProposalException.html b/main/api/Libplanet.Net.Consensus.InvalidProposalException.html
index bcb734e3725..b142bd60fd8 100644
--- a/main/api/Libplanet.Net.Consensus.InvalidProposalException.html
+++ b/main/api/Libplanet.Net.Consensus.InvalidProposalException.html
@@ -79,18 +79,18 @@
Inheritance
- System.Object
+
InvalidProposalException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -220,7 +220,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -266,7 +266,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -357,10 +357,10 @@ Parameters
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
Implements
diff --git a/main/api/Libplanet.Net.Consensus.InvalidVoteException.html b/main/api/Libplanet.Net.Consensus.InvalidVoteException.html
index 106e3956ff4..cdc7f00ee4d 100644
--- a/main/api/Libplanet.Net.Consensus.InvalidVoteException.html
+++ b/main/api/Libplanet.Net.Consensus.InvalidVoteException.html
@@ -79,18 +79,18 @@
Inheritance
- System.Object
+
InvalidVoteException
Implements
- System.Runtime.Serialization.ISerializable
+
Inherited Members
Object.MemberwiseClone()
@@ -220,7 +220,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -266,7 +266,7 @@ Parameters
- String |
+ System.String |
message |
The error message that explains the reason for the exception.
|
@@ -357,10 +357,10 @@ Parameters
Overrides
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
+
Implements
diff --git a/main/api/Libplanet.Net.Consensus.MessageCache.html b/main/api/Libplanet.Net.Consensus.MessageCache.html
index c0dfe2fbf66..05c312fb082 100644
--- a/main/api/Libplanet.Net.Consensus.MessageCache.html
+++ b/main/api/Libplanet.Net.Consensus.MessageCache.html
@@ -77,19 +77,19 @@
Inheritance
- System.Object
+
MessageCache
Inherited Members
Object.GetType()
@@ -346,7 +346,7 @@ Exceptions
- System.ArgumentException |
+ ArgumentException |
Thrown when a Message with the same id already exists.
|
diff --git a/main/api/Libplanet.Net.Consensus.VoteSet.html b/main/api/Libplanet.Net.Consensus.VoteSet.html
index d00800cc35b..57795f34624 100644
--- a/main/api/Libplanet.Net.Consensus.VoteSet.html
+++ b/main/api/Libplanet.Net.Consensus.VoteSet.html
@@ -76,19 +76,19 @@
Inheritance
- System.Object
+
VoteSet
Inherited Members
Object.GetType()
@@ -137,7 +137,7 @@ Parameters
- Int64 |
+ System.Int64 |
height |
|
@@ -216,7 +216,7 @@ Property Value
- BigInteger |
+ System.Numerics.BigInteger |
|
@@ -309,7 +309,7 @@ Returns
- System.Boolean[] |
+ Boolean[] |
|
@@ -356,7 +356,7 @@ Returns
- System.Boolean[] |
+ Boolean[] |
|
@@ -412,7 +412,7 @@ Returns
- System.Boolean |
+ Boolean |
true when a vote with given params exits,
else false.
|
@@ -655,7 +655,7 @@ Returns
- System.Boolean |
+ Boolean |
true when collected all Votes.
Else, false.
|
@@ -689,7 +689,7 @@ Returns
- System.Boolean |
+ Boolean |
true if +1/3 majority exists,
else false.
|
@@ -723,7 +723,7 @@ Returns
- System.Boolean |
+ Boolean |
true if +2/3 majority exists,
else false.
|
@@ -757,7 +757,7 @@ Returns
- System.Boolean |
+ Boolean |
true if +2/3 majority exists,
else false.
|
@@ -790,7 +790,7 @@ Returns
- System.Boolean |
+ Boolean |
true if the VoteSet collected +2/3 majority
commits, else false.
|
@@ -823,7 +823,7 @@ Returns
- System.Collections.Generic.List<Vote> |
+ List<Vote> |
A copy of the list of Votes stored by the VoteSet.
|
@@ -857,7 +857,7 @@ Returns
- System.Collections.Generic.List<Vote> |
+ List<Vote> |
A copy of the list of Votes stored by the VoteSet.
If failed to collect Vote from certain peer,
fill it with nil Vote.
@@ -926,7 +926,7 @@ Returns
|
- System.Boolean |
+ Boolean |
true when given maj23 actually modified
state of the VoteSet, else false.
|
@@ -1035,7 +1035,7 @@ Returns
- System.Boolean |
+ Boolean |
true if +2/3 majority exists,
else false.
|
diff --git a/main/api/Libplanet.Net.IceServer.html b/main/api/Libplanet.Net.IceServer.html
index 785871a90e3..4fe876cd42c 100644
--- a/main/api/Libplanet.Net.IceServer.html
+++ b/main/api/Libplanet.Net.IceServer.html
@@ -76,7 +76,7 @@
Inheritance
- System.Object
+
IceServer
@@ -86,13 +86,13 @@ Implements
| | | | |
| |
| |