pub static CREATE_ACCOUNT_TOO_LOW_FIRST: Lazy<u64>
Expand description

The gas cost of a create-account transaction where the sender has an insufficient balance.

This includes the cost of the event counter creation. As such the cost of the transaction would be higher and the balance required must be higher. All such transactions are expected to cost the same gas.