Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountIdentifier ¶
type AccountIdentifier struct {
Address string `json:"address"`
}
type GenesisAllocation ¶
type GenesisAllocation struct { AccountIdentifier AccountIdentifier `json:"account_identifier"` Currency Currency `json:"currency"` Value string `json:"value"` }
func GenerateGenesisAllocations ¶
func GenerateGenesisAllocations(network common.Network) ([]*GenesisAllocation, error)
GenerateGenesisAllocations creates the bootstrap allocations for a particular genesis file.
Click to show internal directories.
Click to hide internal directories.