Show / Hide Table of Contents

Class B58.Version

Inheritance
object
B58.Version
Namespace: Xrpl.AddressCodec
Assembly: Xrpl.AddressCodec.dll
Syntax
public class B58.Version

Constructors

| Edit this page View Source

Version(byte[], int)

Declaration
public Version(byte[] versionBytes, int expectedLength)
Parameters
Type Name Description
byte[] versionBytes
int expectedLength

Fields

| Edit this page View Source

ExpectedLength

Declaration
public int ExpectedLength
Field Value
Type Description
int
| Edit this page View Source

VersionBytes

Declaration
public byte[] VersionBytes
Field Value
Type Description
byte[]

Methods

| Edit this page View Source

With(byte, int)

Declaration
public static B58.Version With(byte versionByte, int expectedLength)
Parameters
Type Name Description
byte versionByte
int expectedLength
Returns
Type Description
B58.Version
| Edit this page View Source

With(byte[], int)

Declaration
public static B58.Version With(byte[] versionBytes, int expectedLength)
Parameters
Type Name Description
byte[] versionBytes
int expectedLength
Returns
Type Description
B58.Version
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX