Class BatchSigner.BatchInnerSigner
Inheritance
object
BatchSigner.BatchInnerSigner
Assembly: Xrpl.dll
Syntax
public sealed class BatchSigner.BatchInnerSigner
Properties
|
Edit this page
View Source
Account
Declaration
[JsonPropertyName("Account")]
[JsonRequired]
public string Account { get; set; }
Property Value
|
Edit this page
View Source
Signers
Declaration
[JsonPropertyName("Signers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<SignerWrapper>? Signers { get; set; }
Property Value
|
Edit this page
View Source
SigningPubKey
Declaration
[JsonPropertyName("SigningPubKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? SigningPubKey { get; set; }
Property Value
|
Edit this page
View Source
TxnSignature
Declaration
[JsonPropertyName("TxnSignature")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? TxnSignature { get; set; }
Property Value