pub fn new_transfer(
amount: &str,
source_purse: Option<URef>,
target_account: &str,
transfer_id: &str,
deploy_params: DeployStrParams<'_>,
payment_params: PaymentStrParams<'_>,
allow_unsigned_deploy: bool,
) -> Result<Deploy, CliError>Expand description
Creates new Transfer with specified data.