near-parameters 0.34.3

This crate provides the information about the configuration of the near protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Comment line
registrar_account_id: registrar
min_allowed_top_level_account_length: 32
storage_amount_per_byte: 0.0001 N
storage_num_bytes_account: 100
storage_num_extra_bytes_record: 40
burnt_gas_reward: {
  numerator: 1_000_000,
  denominator: 300,
}
wasm_storage_read_base: { gas: 50_000_000_000, compute: 100_000_000_000 }