Skip to content

BatchOperations

BatchOperations ⚓︎

BatchOperations

Provides facade-based batch operations.

PrepareError ⚓︎

Bases: Exception

PrepareError

Error that is thrown when a batch prepare operation fails.

__init__(message) ⚓︎

PrepareError.__init__

Creates a new error.

__init__(facade, output_file_prefix='') ⚓︎

BatchOperations.__init__

Creates batch operations around the specified facade.

load_all(transactions_yaml_input) ⚓︎

BatchOperations.load_all

Loads all transactions from YAML.

prepare_all(transactions, signature_storage, output_directory) ⚓︎

BatchOperations.prepare_all

Prepares multiple transactions by attaching signatures to each and producing files that can be sent to the network.

sign_all(transactions, private_key_storage, signature_storage) ⚓︎

BatchOperations.sign_all

Signs multiple transactions and saves the signatures as multiple qrcodes.