Module language_e2e_tests::gas_costs
source · Expand description
Gas costs for common transactions.
Constants
- The gas each transaction is configured to reserve. If the gas available in the account, converted to microdiem, falls below this threshold, transactions are expected to fail with an insufficient balance.
Statics
- The gas cost of a first time create-account transaction.
- The gas cost of a create-account transaction.
- The gas cost of a create-account transaction where the sender has an insufficient balance.
- The gas cost of a create-account transaction where the sender has an insufficient balance.
- The gas cost of a create-account transaction where the receiver already exists.
- The gas cost of a create-account transaction where the receiver already exists.
- The gas cost of a peer-to-peer transaction.
- The gas cost of a peer-to-peer transaction that creates a new account.
- The gas cost of a peer-to-peer transaction that creates a new account.
- The gas cost of a peer-to-peer transaction that tries to create a new account, but fails because of an insufficient balance.
- The gas cost of a peer-to-peer transaction that tries to create a new account, but fails because of an insufficient balance.
- The gas cost of a peer-to-peer transaction with an insufficient balance.
- The gas cost of a rotate-key transaction.