Module transactions_api

Source

Structs§

CancelTransactionParams
struct for passing parameters to the method [cancel_transaction]
CancelTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
CreateTransactionParams
struct for passing parameters to the method [create_transaction]
CreateTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
DropTransactionParams
struct for passing parameters to the method [drop_transaction]
DropTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
EstimateTransactionFeeParams
struct for passing parameters to the method [estimate_transaction_fee]
EstimateTransactionFeeParamsBuilder
Use builder syntax to set the inputs and finish with build().
FreezeTransactionParams
struct for passing parameters to the method [freeze_transaction]
FreezeTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetTransactionByExternalIdParams
struct for passing parameters to the method [get_transaction_by_external_id]
GetTransactionByExternalIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetTransactionParams
struct for passing parameters to the method [get_transaction]
GetTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetTransactionsParams
struct for passing parameters to the method [get_transactions]
GetTransactionsParamsBuilder
Use builder syntax to set the inputs and finish with build().
RescanTransactionsBetaParams
struct for passing parameters to the method [rescan_transactions_beta]
RescanTransactionsBetaParamsBuilder
Use builder syntax to set the inputs and finish with build().
SetConfirmationThresholdByTransactionHashParams
struct for passing parameters to the method [set_confirmation_threshold_by_transaction_hash]
SetConfirmationThresholdByTransactionHashParamsBuilder
Use builder syntax to set the inputs and finish with build().
SetTransactionConfirmationThresholdParams
struct for passing parameters to the method [set_transaction_confirmation_threshold]
SetTransactionConfirmationThresholdParamsBuilder
Use builder syntax to set the inputs and finish with build().
TransactionsApiClient
UnfreezeTransactionParams
struct for passing parameters to the method [unfreeze_transaction]
UnfreezeTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

CancelTransactionError
struct for typed errors of method [cancel_transaction]
CreateTransactionError
struct for typed errors of method [create_transaction]
DropTransactionError
struct for typed errors of method [drop_transaction]
EstimateTransactionFeeError
struct for typed errors of method [estimate_transaction_fee]
FreezeTransactionError
struct for typed errors of method [freeze_transaction]
GetTransactionByExternalIdError
struct for typed errors of method [get_transaction_by_external_id]
GetTransactionError
struct for typed errors of method [get_transaction]
GetTransactionsError
struct for typed errors of method [get_transactions]
RescanTransactionsBetaError
struct for typed errors of method [rescan_transactions_beta]
SetConfirmationThresholdByTransactionHashError
struct for typed errors of method [set_confirmation_threshold_by_transaction_hash]
SetTransactionConfirmationThresholdError
struct for typed errors of method [set_transaction_confirmation_threshold]
UnfreezeTransactionError
struct for typed errors of method [unfreeze_transaction]

Traits§

TransactionsApi