Class ShaMapLeaf
Inheritance
object
ShaMapLeaf
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class ShaMapLeaf : ShaMapNode
Constructors
|
Edit this page
View Source
ShaMapLeaf(Hash256, IShaMapItem<object>)
Declaration
protected ShaMapLeaf(Hash256 index, IShaMapItem<object> item)
Parameters
Fields
|
Edit this page
View Source
Index
Declaration
Field Value
|
Edit this page
View Source
Item
Declaration
public IShaMapItem<object> Item
Field Value
|
Edit this page
View Source
Version
Declaration
Field Value
Properties
|
Edit this page
View Source
IsInner
Declaration
public override bool IsInner { get; }
Property Value
Overrides
|
Edit this page
View Source
IsLeaf
Declaration
public override bool IsLeaf { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Copy()
Declaration
Returns
|
Edit this page
View Source
ToBytesSink(IBytesSink)
Declaration
public override void ToBytesSink(IBytesSink sink)
Parameters
Overrides