Show / Hide Table of Contents

Class TrieExtensions

Inheritance
Object
TrieExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Store.Trie
Assembly: Libplanet.Store.dll
Syntax
public static class TrieExtensions

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
Bencodex.Types.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