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 SourceAccount
Declaration
public string Account { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignerWeight
Declaration
public ushort SignerWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
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 |
WalletLocatorValue
Decoded human-readable value (UTF-8, trimmed by 0x00).
Declaration
[JsonIgnore]
public string WalletLocatorValue { get; }
Property Value
| Type | Description |
|---|---|
| string |