Show / Hide Table of Contents

Class XrplCodec.DecodedSeed

decoded seed

Inheritance
object
XrplCodec.DecodedSeed
Namespace: Xrpl.AddressCodec
Assembly: Xrpl.AddressCodec.dll
Syntax
public class XrplCodec.DecodedSeed

Constructors

| Edit this page View Source

DecodedSeed(string, byte[])

Declaration
public DecodedSeed(string type, byte[] payload)
Parameters
Type Name Description
string type
byte[] payload

Fields

| Edit this page View Source

Bytes

seed bytes

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

Type

seed type

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