Versions in this module Expand all Collapse all v0 v0.1.0 Aug 10, 2020 Changes in this version + type Account struct + Address string + HashAlgo string + PrivateKey string + SigAlgo string + func NewFlowAccount(path string) (*Account, error) + func NewFlowAccountDefault() (*Account, error) + type Flow struct + Accounts struct{ ... } + type FlowConfig struct + Host string + Service *Account + Wallet *Wallet + func NewFlowConfigLocalhost() *FlowConfig + func (f *FlowConfig) CreateAccount(accountName string) + func (f *FlowConfig) DeployContract(contractName string) + type Wallet struct + Accounts map[string]Account + func NewWallet(path string) (*Wallet, error) + func NewWalletDefault() (*Wallet, error)