BatchOperations
BatchOperations
⚓︎
- symbolchain.facade.BatchOperations.BatchOperations
-
Provides facade-based batch operations.
PrepareError
⚓︎
Bases: Exception
- symbolchain.facade.BatchOperations.BatchOperations.PrepareError
-
Error that is thrown when a batch prepare operation fails.
__init__(message)
⚓︎
- symbolchain.facade.BatchOperations.BatchOperations.PrepareError.__init__
-
Creates a new error.
__init__(facade, output_file_prefix='')
⚓︎
- symbolchain.facade.BatchOperations.BatchOperations.__init__
-
Creates batch operations around the specified facade.
load_all(transactions_yaml_input)
⚓︎
- symbolchain.facade.BatchOperations.BatchOperations.load_all
-
Loads all transactions from YAML.
prepare_all(transactions, signature_storage, output_directory)
⚓︎
- symbolchain.facade.BatchOperations.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)
⚓︎
- symbolchain.facade.BatchOperations.BatchOperations.sign_all
-
Signs multiple transactions and saves the signatures as multiple qrcodes.