Documentation
¶
Index ¶
Constants ¶
View Source
const ( SendTxs = iota SendBlock Sleep Exit )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attack ¶
type Attack struct { Initialization Routines []Routine }
func (*Attack) SignAndAssemble ¶
func (a *Attack) SignAndAssemble(bc *core.BlockChain) error
type Initialization ¶
type Routine ¶
type Routine struct { Ty int Transactions []*Transaction SignedTransactions types.Transactions SignedBlock *types.Block SleepDuration time.Duration `yaml:"sleep-duration"` }
Click to show internal directories.
Click to hide internal directories.