24 releases (5 stable)
2.2.0 | Sep 3, 2020 |
---|---|
1.2.0 | Aug 18, 2020 |
1.1.0 | Jul 27, 2020 |
0.9.1 | May 22, 2020 |
0.4.2 | Nov 21, 2019 |
#5 in #applied
436 downloads per month
Used in 2 crates
14KB
208 lines
near-runtime-fees
Fees applied to near runtime encapsulated in a separate crate. Might merge it later.
lib.rs
:
Describes the various costs incurred by creating receipts. We use the following abbreviation for readability:
- sir -- sender is receiver. Receipts that are directed by an account to itself are guaranteed to not be cross-shard which is cheaper than cross-shard. Conversely, when sender is not a receiver it might or might not be a cross-shard communication.
Dependencies
~0.7–1.3MB
~29K SLoC