Class TrieExtensions
Inheritance
System.Object
TrieExtensions
Assembly: Libplanet.Store.dll
Syntax
public static class TrieExtensions : object
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 |
|
IValue |
encoded |
|
Returns
|
Improve this Doc
View Source
Declaration
public static ITrie SetMetadata(this ITrie trie, TrieMetadata metadata)
Parameters
Returns