[][src]Crate near_runtime_fees

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.

Structs

AccessKeyCreationConfig

Describes the cost of creating an access key.

ActionCreationConfig

Describes the cost of creating a specific action, Action. Includes all variants.

DataReceiptCreationConfig

Describes the cost of creating a data receipt, DataReceipt.

Fee

Costs associated with an object that can only be sent over the network (and executed by the receiver).

RuntimeFeesConfig
StorageUsageConfig

Describes cost of storage per block

Type Definitions

Gas