Show / Hide Table of Contents

Class B58.Decoded

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

Constructors

| Edit this page View Source

Decoded(byte[], byte[], string)

Declaration
public Decoded(byte[] version, byte[] payload, string typeName)
Parameters
Type Name Description
byte[] version
byte[] payload
string typeName

Fields

| Edit this page View Source

Payload

Declaration
public readonly byte[] Payload
Field Value
Type Description
byte[]
| Edit this page View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
string
| Edit this page View Source

VersionBytes

Declaration
public readonly byte[] VersionBytes
Field Value
Type Description
byte[]
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX