Documentation ¶
Index ¶
- func ExampleK8SBlockchain()
- func ExampleK8SEthereum()
- func NewBlockchain(numOfValidators int, numOfExtraAccounts int, gaslimit uint64, isQourum bool, ...) (bc *blockchain)
- func NewEthereum(options ...Option) *ethereum
- type Option
- func ExtraAccounts(keys []*ecdsa.PrivateKey) Option
- func IPAddress(ip string) Option
- func ImageRepository(repository string) Option
- func ImageTag(tag string) Option
- func Mine(mine bool) Option
- func Name(name string) Option
- func NetworkID(networkID string) Option
- func NodeKeyHex(hex string) Option
- func ServiceType(serviceType string) Option
- func TxPoolSize(size int) Option
- func Verbosity(verbosity int) Option
- type RichMan
- type Transactor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleK8SBlockchain ¶
func ExampleK8SBlockchain()
func ExampleK8SEthereum ¶
func ExampleK8SEthereum()
func NewBlockchain ¶
func NewEthereum ¶
func NewEthereum(options ...Option) *ethereum
Types ¶
type Option ¶
type Option func(*ethereum)
func ExtraAccounts ¶
func ExtraAccounts(keys []*ecdsa.PrivateKey) Option
func ImageRepository ¶
func NodeKeyHex ¶
func ServiceType ¶
func TxPoolSize ¶
Click to show internal directories.
Click to hide internal directories.