Show / Hide Table of Contents

Interface IShaMapItem<T>

Namespace: Xrpl.BinaryCodec.ShaMapTree
Assembly: Xrpl.BinaryCodec.dll
Syntax
public interface IShaMapItem<out T>
Type Parameters
Name Description
T

Methods

| Edit this page View Source

Copy()

Declaration
IShaMapItem<out T> Copy()
Returns
Type Description
IShaMapItem<T>
| Edit this page View Source

Prefix()

Declaration
HashPrefix Prefix()
Returns
Type Description
HashPrefix
| Edit this page View Source

ToBytes(IBytesSink)

Declaration
void ToBytes(IBytesSink sink)
Parameters
Type Name Description
IBytesSink sink
| Edit this page View Source

Value()

Declaration
T Value()
Returns
Type Description
T
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX