pub fn create_account_txn(
sender: &Account,
new_account: &Account,
seq_num: u64,
initial_amount: u64,
type_tag: TypeTag
) -> SignedTransaction
Expand description
Returns a transaction to create a new account with the given arguments.