Show / Hide Table of Contents

Class BaseNode

Represents a node in MPT that can have a value.

Inheritance
Object
BaseNode
FullNode
ShortNode
Implements
INode
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Store.Trie.Nodes
Assembly: Libplanet.Store.dll
Syntax
public abstract class BaseNode : INode

Constructors

| Improve this Doc View Source

BaseNode(INode)

Represents a node in MPT that can have a value.

Declaration
protected BaseNode(INode value)
Parameters
Type Name Description
INode value

Properties

| Improve this Doc View Source

Value

Represents a node in MPT that can have a value.

Declaration
public INode Value { get; }
Property Value
Type Description
INode

Methods

| Improve this Doc View Source

ToBencodex()

Represents a node in MPT that can have a value.

Declaration
public abstract IValue ToBencodex()
Returns
Type Description
Bencodex.Types.IValue

Implements

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