Show / Hide Table of Contents

Class Hash128

Hash with a width of 128 bits

Inheritance
object
Hash
Hash128
Implements
ISerializedType
Inherited Members
Hash.Buffer
Hash.ToBytes(IBytesSink)
Hash.ToJson()
Hash.Equals(Hash)
Hash.ToString()
Namespace: Xrpl.BinaryCodec.Types
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class Hash128 : Hash, ISerializedType

Constructors

| Edit this page View Source

Hash128(byte[])

Defines how to construct Hash from buffer

Declaration
public Hash128(byte[] buffer)
Parameters
Type Name Description
byte[] buffer

bytes buffer

Methods

| Edit this page View Source

FromJson(JsonNode)

create instance from json object

Declaration
public static Hash128 FromJson(JsonNode token)
Parameters
Type Name Description
JsonNode token

json object

Returns
Type Description
Hash128
| Edit this page View Source

FromParser(BinaryParser, int?)

create instance from binary parser

Declaration
public static Hash128 FromParser(BinaryParser parser, int? hint = null)
Parameters
Type Name Description
BinaryParser parser

parser

int? hint
Returns
Type Description
Hash128

Implements

ISerializedType

Extension Methods

StExtensions.ToDebuggedHex(ISerializedType)
StExtensions.ToHex(ISerializedType)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX