Skip to content

App: Fees

Jan Dvořák edited this page Jan 7, 2022 · 4 revisions

Description

Fees is an application that shows current fees in Mempool required to pay if you want your transaction to be confirmed as soon as possible. There are two values. Average to get into the next block candidate and average to get into the second block candidate.

Examples

This is a minimum you must specify in your conf.py

{
  'name': 'fees',
},

This is an example of other parameters you can configure. Look into Configuration to see all possibilities.

{
  'name': 'fees',
  'duration': 60,
  'update_frequency': 5,
},

Required parameters

name

Identify the app by its name.

Clone this wiki locally