Class BatchSignStatus
Inheritance
object
BatchSignStatus
Namespace: Xrpl.Models.Utils
Assembly: Xrpl.dll
Syntax
public sealed class BatchSignStatus
Properties
| Edit this page View SourceAllInnerSigned
Все ли внутренние аккаунты подписали батч.
Declaration
public bool AllInnerSigned { get; }
Property Value
| Type | Description |
|---|---|
| bool |
InnerMissing
Аккаунты из InnerRequired, по которым ещё НЕТ подписи в BatchSigners.
Declaration
public IReadOnlyList<string> InnerMissing { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
InnerRequired
Список всех уникальных аккаунтов-инициаторов внутренних транзакций (RawTransactions.RawTransaction.Account).
Declaration
public IReadOnlyList<string> InnerRequired { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
InnerSigned
Аккаунты из InnerRequired, которые уже имеют подписи в BatchSigners.
Declaration
public IReadOnlyList<string> InnerSigned { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
IsRootSigned
Есть ли хоть какая-то подпись корня (single или multi).
Declaration
public bool IsRootSigned { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Root
Root-аккаунт батча (поле Account верхнего уровня).
Declaration
public string Root { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
RootSignedMulti
Есть ли у корня XRPL-мультиподпись (Signers[]).
Declaration
public bool RootSignedMulti { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
RootSignedSingle
Есть ли у корня одиночная подпись (TxnSignature + SigningPubKey).
Declaration
public bool RootSignedSingle { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |