Module transactions_api

Module transactions_api 

Source

Structs§

CancelTransactionParams
struct for passing parameters to the method TransactionsApi::cancel_transaction
CancelTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
CreateTransactionParams
struct for passing parameters to the method TransactionsApi::create_transaction
CreateTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
DropTransactionParams
struct for passing parameters to the method TransactionsApi::drop_transaction
DropTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
EstimateTransactionFeeParams
struct for passing parameters to the method TransactionsApi::estimate_transaction_fee
EstimateTransactionFeeParamsBuilder
Use builder syntax to set the inputs and finish with build().
FreezeTransactionParams
struct for passing parameters to the method TransactionsApi::freeze_transaction
FreezeTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetTransactionByExternalIdParams
struct for passing parameters to the method TransactionsApi::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 TransactionsApi::get_transaction
GetTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetTransactionsParams
struct for passing parameters to the method TransactionsApi::get_transactions
GetTransactionsParamsBuilder
Use builder syntax to set the inputs and finish with build().
SetConfirmationThresholdByTransactionHashParams
struct for passing parameters to the method TransactionsApi::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 TransactionsApi::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 TransactionsApi::unfreeze_transaction
UnfreezeTransactionParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

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

Traits§

TransactionsApi