Class TrieExtensions
Inheritance
TrieExtensions
Inherited Members
System.Object.GetType()
System.Object.ToString()
Assembly: Libplanet.Store.dll
Syntax
public static class TrieExtensions
Fields
|
Improve this Doc
View Source
Declaration
public static readonly KeyBytes MetadataKey
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public static TrieMetadata GetMetadata(this ITrie trie)
Parameters
Type |
Name |
Description |
ITrie |
trie |
|
Returns
|
Improve this Doc
View Source
Declaration
public static ITrie SetMetadata(this ITrie trie, IValue encoded)
Parameters
Type |
Name |
Description |
ITrie |
trie |
|
Bencodex.Types.IValue |
encoded |
|
Returns
|
Improve this Doc
View Source
Declaration
public static ITrie SetMetadata(this ITrie trie, TrieMetadata metadata)
Parameters
Returns