Class B58.Version
Inheritance
object
B58.Version
Assembly: Xrpl.AddressCodec.dll
Syntax
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
|
Edit this page
View Source
VersionBytes
Declaration
public byte[] VersionBytes
Field Value
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
|
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