Structs§
- Cancel
Transaction Params - struct for passing parameters to the method [
cancel_transaction
] - Cancel
Transaction Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Create
Transaction Params - struct for passing parameters to the method [
create_transaction
] - Create
Transaction Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Drop
Transaction Params - struct for passing parameters to the method [
drop_transaction
] - Drop
Transaction Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Estimate
Transaction FeeParams - struct for passing parameters to the method [
estimate_transaction_fee
] - Estimate
Transaction FeeParams Builder - Use builder syntax to set the inputs and finish with
build()
. - Freeze
Transaction Params - struct for passing parameters to the method [
freeze_transaction
] - Freeze
Transaction Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetTransaction
ByExternal IdParams - struct for passing parameters to the method
[
get_transaction_by_external_id
] - GetTransaction
ByExternal IdParams Builder - Use builder syntax to set the inputs and finish with
build()
. - GetTransaction
Params - struct for passing parameters to the method [
get_transaction
] - GetTransaction
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetTransactions
Params - struct for passing parameters to the method [
get_transactions
] - GetTransactions
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Rescan
Transactions Beta Params - struct for passing parameters to the method [
rescan_transactions_beta
] - Rescan
Transactions Beta Params Builder - Use builder syntax to set the inputs and finish with
build()
. - SetConfirmation
Threshold ByTransaction Hash Params - struct for passing parameters to the method
[
set_confirmation_threshold_by_transaction_hash
] - SetConfirmation
Threshold ByTransaction Hash Params Builder - Use builder syntax to set the inputs and finish with
build()
. - SetTransaction
Confirmation Threshold Params - struct for passing parameters to the method
[
set_transaction_confirmation_threshold
] - SetTransaction
Confirmation Threshold Params Builder - Use builder syntax to set the inputs and finish with
build()
. - Transactions
ApiClient - Unfreeze
Transaction Params - struct for passing parameters to the method [
unfreeze_transaction
] - Unfreeze
Transaction Params Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Cancel
Transaction Error - struct for typed errors of method [
cancel_transaction
] - Create
Transaction Error - struct for typed errors of method [
create_transaction
] - Drop
Transaction Error - struct for typed errors of method [
drop_transaction
] - Estimate
Transaction FeeError - struct for typed errors of method [
estimate_transaction_fee
] - Freeze
Transaction Error - struct for typed errors of method [
freeze_transaction
] - GetTransaction
ByExternal IdError - struct for typed errors of method [
get_transaction_by_external_id
] - GetTransaction
Error - struct for typed errors of method [
get_transaction
] - GetTransactions
Error - struct for typed errors of method [
get_transactions
] - Rescan
Transactions Beta Error - struct for typed errors of method [
rescan_transactions_beta
] - SetConfirmation
Threshold ByTransaction Hash Error - struct for typed errors of method
[
set_confirmation_threshold_by_transaction_hash
] - SetTransaction
Confirmation Threshold Error - struct for typed errors of method [
set_transaction_confirmation_threshold
] - Unfreeze
Transaction Error - struct for typed errors of method [
unfreeze_transaction
]