Show / Hide Table of Contents

Class BatchSigner.BatchInnerSigner

Inheritance
object
BatchSigner.BatchInnerSigner
Namespace: Xrpl.Models.Transactions
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
Type Description
string
| Edit this page View Source

Signers

Declaration
[JsonPropertyName("Signers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<SignerWrapper>? Signers { get; set; }
Property Value
Type Description
List<SignerWrapper>
| Edit this page View Source

SigningPubKey

Declaration
[JsonPropertyName("SigningPubKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? SigningPubKey { get; set; }
Property Value
Type Description
string
| Edit this page View Source

TxnSignature

Declaration
[JsonPropertyName("TxnSignature")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? TxnSignature { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX