near-parameters 0.34.4

This crate provides the information about the configuration of the near protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
registrar_account_id: registrar
# Comment line
min_allowed_top_level_account_length: 32

# Comment line with trailing whitespace # 

# Note the quotes here, they are necessary as otherwise the value can't be parsed by `serde_yaml`
# due to not fitting into u64 type.
storage_amount_per_byte: "0.0001 N"
storage_num_bytes_account: 100
storage_num_extra_bytes_record   :   40