Versions in this module Expand all Collapse all v0 v0.76.8 Jun 11, 2024 Changes in this version + func CreateBinaryWallets(tendermintValidatorPubKey string, vegaWalletRecoveryPhrase string, ...) (*config.BinaryWallets, error) + func GenerateAvatarURL() (string, error) + func GenerateCountryCode() (string, error) + func GenerateDeHistoryIdentity(seed string) (config.Identity, error) + func GenerateName() (string, error) + func GenerateRandomWikiURL() (string, error) + func GenerateVegaNodeSecrets() (config.Node, error) + func Password() (string, error) + type EthereumWalletPrivate struct + Address string + Mnemonic string + PrivateKey string + Seed string + func GenerateEthereumWallet(mnemonic string, seed string, password string) (*EthereumWalletPrivate, error) + func GenerateNewEthereumWallet() (*EthereumWalletPrivate, error) + type TendermintKeys struct + Address string + PrivateKey string + PublicKey string + func GenerateTendermintKeys() TendermintKeys + type VegaNodeMetadata struct + AvatarURL string + Country string + InfoURL string + Name string + func GenerateNodeMetadata() (*VegaNodeMetadata, error) + type VegaWalletPrivate struct + Id string + PrivateKey string + PublicKey string + RecoveryPhrase string + func GenerateVegaWallet() (*VegaWalletPrivate, error)