Show / Hide Table of Contents

Class BatchSignStatus

Inheritance
object
BatchSignStatus
Namespace: Xrpl.Models.Utils
Assembly: Xrpl.dll
Syntax
public sealed class BatchSignStatus

Properties

| Edit this page View Source

AllInnerSigned

Все ли внутренние аккаунты подписали батч.

Declaration
public bool AllInnerSigned { get; }
Property Value
Type Description
bool
| Edit this page View Source

InnerMissing

Аккаунты из InnerRequired, по которым ещё НЕТ подписи в BatchSigners.

Declaration
public IReadOnlyList<string> InnerMissing { get; init; }
Property Value
Type Description
IReadOnlyList<string>
| Edit this page View Source

InnerRequired

Список всех уникальных аккаунтов-инициаторов внутренних транзакций (RawTransactions.RawTransaction.Account).

Declaration
public IReadOnlyList<string> InnerRequired { get; init; }
Property Value
Type Description
IReadOnlyList<string>
| Edit this page View Source

InnerSigned

Аккаунты из InnerRequired, которые уже имеют подписи в BatchSigners.

Declaration
public IReadOnlyList<string> InnerSigned { get; init; }
Property Value
Type Description
IReadOnlyList<string>
| Edit this page View Source

IsRootSigned

Есть ли хоть какая-то подпись корня (single или multi).

Declaration
public bool IsRootSigned { get; }
Property Value
Type Description
bool
| Edit this page View Source

Root

Root-аккаунт батча (поле Account верхнего уровня).

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

RootSignedMulti

Есть ли у корня XRPL-мультиподпись (Signers[]).

Declaration
public bool RootSignedMulti { get; init; }
Property Value
Type Description
bool
| Edit this page View Source

RootSignedSingle

Есть ли у корня одиночная подпись (TxnSignature + SigningPubKey).

Declaration
public bool RootSignedSingle { get; init; }
Property Value
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX