Show / Hide Table of Contents

Class TrieMetadata

Inheritance
Object
TrieMetadata
Implements
Bencodex.IBencodable
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 class TrieMetadata : IBencodable

Constructors

| Improve this Doc View Source

TrieMetadata(IValue)

Declaration
public TrieMetadata(IValue bencoded)
Parameters
Type Name Description
Bencodex.Types.IValue bencoded
| Improve this Doc View Source

TrieMetadata(Int32)

Declaration
public TrieMetadata(int version)
Parameters
Type Name Description
Int32 version

Properties

| Improve this Doc View Source

Bencoded

Declaration
public IValue Bencoded { get; }
Property Value
Type Description
Bencodex.Types.IValue
| Improve this Doc View Source

Version

Declaration
public BigInteger Version { get; }
Property Value
Type Description
BigInteger

Implements

Bencodex.IBencodable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium