github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/staking/builder.go (about) 1 package staking 2 3 import "github.com/iotexproject/iotex-core/blockchain/genesis" 4 5 type ( 6 7 // BuilderConfig returns the configuration of the builder 8 BuilderConfig struct { 9 Staking genesis.Staking 10 PersistStakingPatchBlock uint64 11 StakingPatchDir string 12 } 13 )