Class BatchSignStatusExtensions
Inheritance
object
BatchSignStatusExtensions
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
|
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
|
Edit this page
View Source
GetBatchSignStatus(SignatureResult)
Удобный хелпер для статуса по SignatureResult.
Declaration
public static BatchSignStatus GetBatchSignStatus(this SignatureResult signed)
Parameters
Returns
|
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