#run-time #near #merge #separate #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

#5 in #applied

Download history 152/week @ 2024-03-12 143/week @ 2024-03-19 107/week @ 2024-03-26 200/week @ 2024-04-02 88/week @ 2024-04-09 112/week @ 2024-04-16 152/week @ 2024-04-23 100/week @ 2024-04-30 108/week @ 2024-05-07 110/week @ 2024-05-14 167/week @ 2024-05-21 130/week @ 2024-05-28 96/week @ 2024-06-04 99/week @ 2024-06-11 121/week @ 2024-06-18 100/week @ 2024-06-25

436 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
~29K SLoC