Class BaseNode
Represents a node in MPT that can have a value.
Implements
Inherited Members
Namespace: Libplanet.Store.Trie.Nodes
Assembly: Libplanet.Store.dll
Syntax
public abstract class BaseNode : INode
Constructors
| Improve this Doc View SourceBaseNode(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 SourceValue
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 SourceToBencodex()
Represents a node in MPT that can have a value.
Declaration
public abstract IValue ToBencodex()
Returns
Type | Description |
---|---|
Bencodex.Types.IValue |