Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistributeAccount ¶
type Distributor ¶
type Distributor struct {
// contains filtered or unexported fields
}
func NewDistributor ¶
func (*Distributor) Distribute ¶
func (d *Distributor) Distribute() ([]int, error)
type TokenDistributor ¶
type TokenDistributor struct {
// contains filtered or unexported fields
}
func NewTokenDistributor ¶
func NewTokenDistributor(mnemonic string, readyMnemonicIndexes []int, totalTx int, tokenRuntime tooltypes.Erc20TxBuilder) (*TokenDistributor, error)
func (*TokenDistributor) DistributeTokens ¶
func (td *TokenDistributor) DistributeTokens() ([]int, error)
type TokenRuntimeCosts ¶
Click to show internal directories.
Click to hide internal directories.