Class Hash128
Hash with a width of 128 bits
Implements
Inherited Members
Namespace: Xrpl.BinaryCodec.Types
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class Hash128 : Hash, ISerializedType
Constructors
| Edit this page View SourceHash128(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 SourceFromJson(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 |
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 |