UNPKG

lisk-framework

Version:

Lisk blockchain application platform

3 lines (2 loc) 135 B
import { ModuleConfig } from './types'; export declare const calculateDefaultReward: (config: ModuleConfig, height: number) => bigint;