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 SourceDecodedSeed(string, byte[])
Declaration
public DecodedSeed(string type, byte[] payload)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type | |
| byte[] | payload |
Fields
| Edit this page View SourceBytes
seed bytes
Declaration
public readonly byte[] Bytes
Field Value
| Type | Description |
|---|---|
| byte[] |
Type
seed type
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| string |