Show / Hide Table of Contents

Class SignerEntry

The object that describes the signer in SignerEntries.

Inheritance
object
SignerEntry
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class SignerEntry

Properties

| Edit this page View Source

Account

Declaration
public string Account { get; set; }
Property Value
Type Description
string
| Edit this page View Source

SignerWeight

Declaration
public ushort SignerWeight { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

WalletLocator

An arbitrary 256-bit (32-byte) field used to identify the signer. Always stored internally as HEX (UInt256).

Declaration
public string WalletLocator { get; set; }
Property Value
Type Description
string
| Edit this page View Source

WalletLocatorValue

Decoded human-readable value (UTF-8, trimmed by 0x00).

Declaration
[JsonIgnore]
public string WalletLocatorValue { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX