Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthereumGenerator ¶
func InitializeEthereumGenerator ¶
func InitializeEthereumGenerator(searchPrefix string, runTimeInSeconds int64) *EthereumGenerator
InitializeEthereumGenerator is used to initialize our ethereum address generation service
func (*EthereumGenerator) CreateAccount ¶
func (eg *EthereumGenerator) CreateAccount() (*Account, error)
CreateAccount is used to create an ethereum account
func (*EthereumGenerator) Match ¶
func (eg *EthereumGenerator) Match(acct *Account) bool
Match is used to check if the provided ethereum account matches our search
func (*EthereumGenerator) Run ¶
func (eg *EthereumGenerator) Run() (*Success, error)
Run is used to execute our ethereum address generation service when called from our distributor
func (*EthereumGenerator) RunAPI ¶
func (eg *EthereumGenerator) RunAPI(c *gin.Context)
RunAPI is used to execute our ethereum address generation service
Click to show internal directories.
Click to hide internal directories.