Show / Hide Table of Contents

Class BatchSignStatusExtensions

Inheritance
object
BatchSignStatusExtensions
Namespace: Xrpl.Models.Utils
Assembly: Xrpl.dll
Syntax
public static class BatchSignStatusExtensions

Methods

| Edit this page View Source

GetBatchSignStatus(Dictionary<string, object>)

Строит статус подписи батч-транзакции из tx-словаря.

Declaration
public static BatchSignStatus GetBatchSignStatus(this Dictionary<string, object> tx)
Parameters
Type Name Description
Dictionary<string, object> tx
Returns
Type Description
BatchSignStatus
| Edit this page View Source

GetBatchSignStatus(string)

Удобный хелпер для статуса по hex-blob (tx_blob).

Declaration
public static BatchSignStatus GetBatchSignStatus(this string txBlob)
Parameters
Type Name Description
string txBlob
Returns
Type Description
BatchSignStatus
| Edit this page View Source

GetBatchSignStatus(SignatureResult)

Удобный хелпер для статуса по SignatureResult.

Declaration
public static BatchSignStatus GetBatchSignStatus(this SignatureResult signed)
Parameters
Type Name Description
SignatureResult signed
Returns
Type Description
BatchSignStatus
| Edit this page View Source

IsFullySignedBatch(Dictionary<string, object>, bool)

Быстро проверить полноту подписи батча (по inner-аккаунтам и, опционально, по корню).

Declaration
public static bool IsFullySignedBatch(this Dictionary<string, object> tx, bool requireRoot = false)
Parameters
Type Name Description
Dictionary<string, object> tx
bool requireRoot
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX