Module deploy

Module deploy 

Source
Expand description

Functions facilitating sending of Deploys to the network

Functionsยง

make_deploy
Returns a Deploy and outputs it to a file or stdout if the std-fs-io feature is enabled.
make_transfer
Returns a transfer Deploy and outputs it to a file or stdout if the std-fs-io feature is enabled.
new_transfer
Creates new Transfer with specified data.
put_deploy
Creates a Deploy and sends it to the network for execution.
put_deploy_with_min_bid_override
Creates a Deploy and sends it to the network for execution.
send_deploy_file
Reads a previously-saved Deploy from a file and sends it to the network for execution.
sign_deploy_file
Reads a previously-saved Deploy from a file, cryptographically signs it, and outputs it to a file or stdout.
speculative_put_deploy
Creates a Deploy and sends it to the specified node for speculative execution.
speculative_send_deploy_file
Reads a previously-saved Deploy from a file and sends it to the specified node for speculative execution. For details of the parameters, see the module docs.
speculative_transfer
Creates a Deploy to transfer funds between purses, and sends it to the specified node for speculative execution.
transfer
Transfers funds between purses.
with_payment_and_session
Creates new Deploy with specified payment and session data.