#run-time #near #separate #merge #applied #describe #account

near-runtime-fees

Fees applied to near runtime encapsulated in a separate crate. Might merge it later.

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

#4 in #applied

Download history 82/week @ 2023-12-14 78/week @ 2023-12-21 27/week @ 2023-12-28 46/week @ 2024-01-04 78/week @ 2024-01-11 80/week @ 2024-01-18 31/week @ 2024-01-25 27/week @ 2024-02-01 60/week @ 2024-02-08 105/week @ 2024-02-15 125/week @ 2024-02-22 135/week @ 2024-02-29 157/week @ 2024-03-07 151/week @ 2024-03-14 146/week @ 2024-03-21 91/week @ 2024-03-28

552 downloads per month
Used in 2 crates

Apache-2.0

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
~30K SLoC