Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsensusBenchmarkKey ¶
type ConsensusBenchmarkKey struct { Signer signature.Signer Address types.Address SigSpec types.SignatureAddressSpec }
ConsensusBenchmarkKey is key generated for benchmarks.
func ConsensusBenchmarkKeys ¶
func ConsensusBenchmarkKeys(n int) []*ConsensusBenchmarkKey
ConsensusBenchmarkKeys returns n consensus benchmark keys.
type EVMBenchmarkKey ¶
type EVMBenchmarkKey struct { Signer signature.Signer Address types.Address SigSpec types.SignatureAddressSpec EthAddress common.Address EthPrivate *ecdsa.PrivateKey }
EVMBenchmarkKey is key generated for benchmarks.
func EVMBenchmarkKeys ¶
func EVMBenchmarkKeys(n int) []*EVMBenchmarkKey
EVMBenchmarkKeys returns n benchmark keys.
Click to show internal directories.
Click to hide internal directories.