Fantom-foundation/go-lachesis

View on GitHub
app/sfc_index.go

Summary

Maintainability
A
0 mins
Test Coverage
package app

import (
    "math/big"
)

// SfcConstants are constants which may be changed by SFC contract
type SfcConstants struct {
    ShortGasPowerAllocPerSec uint64
    LongGasPowerAllocPerSec  uint64
    BaseRewardPerSec         *big.Int
    OfflinePenaltyThreshold  BlocksMissed
    MinGasPrice              *big.Int
}