Expand description

§Frequency-Transactions Pallet

The Frequency-transaction pallet allows users to transact using either capacity or token.

§Overview

Capacity is a refillable resource that can be used to make transactions on the network. This pallets allows users to toggle between submitting transactions with capacity or tokens. Note that tipping for capacity transactions is not allowed and is set to zero. Users who use tokens to transact can continue to use a tip.

The key that is used to pay with Capacity must have a minimum balance of the existential deposit.

The Frequency-transaction pallet provides functions for:

  • pay_with_capacity

Re-exports§

Modules§

  • Fixes the Weight values for Capacity transactions as static values Any change in actual weight does not adjust the cost, but will still adjust the block space
  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
  • Autogenerated weights for pallet_frequency_tx_payment

Structs§

Enums§

Traits§