[][src]Module solana_libra_language_e2e_tests::common_transactions

Support for encoding transactions for common situations.

Structs

CREATE_ACCOUNT

A serialized transaction to create a new account.

MINT

A serialized transaction to mint new funds.

PEER_TO_PEER

A serialized transaction to transfer coin from one account to another (possibly new) one.

ROTATE_KEY

A serialized transaction to change the keys for an account.

Functions

create_account_txn

Returns a transaction to create a new account with the given arguments.

mint_txn

Returns a transaction to mint new funds with the given arguments.

peer_to_peer_txn

Returns a transaction to transfer coin from one account to another (possibly new) one, with the given arguments.

rotate_key_txn

Returns a transaction to change the keys for the given account.