Show / Hide Table of Contents

Class TrieExtensions

Inheritance
System.Object
TrieExtensions
Namespace: Libplanet.Store.Trie
Assembly: Libplanet.Store.dll
Syntax
public static class TrieExtensions : object

Fields

| Improve this Doc View Source

MetadataKey

Declaration
public static readonly KeyBytes MetadataKey
Field Value
Type Description
KeyBytes

Methods

| Improve this Doc View Source

GetMetadata(ITrie)

Declaration
public static TrieMetadata GetMetadata(this ITrie trie)
Parameters
Type Name Description
ITrie trie
Returns
Type Description
TrieMetadata
| Improve this Doc View Source

SetMetadata(ITrie, IValue)

Declaration
public static ITrie SetMetadata(this ITrie trie, IValue encoded)
Parameters
Type Name Description
ITrie trie
IValue encoded
Returns
Type Description
ITrie
| Improve this Doc View Source

SetMetadata(ITrie, TrieMetadata)

Declaration
public static ITrie SetMetadata(this ITrie trie, TrieMetadata metadata)
Parameters
Type Name Description
ITrie trie
TrieMetadata metadata
Returns
Type Description
ITrie
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium