Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationConfig ¶
type ApplicationConfig struct { NodeURL string `mapstructure:"nodeURL"` WSURL string `mapstructure:"wsURL"` ContractAddress string `mapstructure:"contractAddress"` NodeKeyPath string `mapstructure:"nodeKeyPath"` NodeAddressPath string `mapstructure:"nodeAddressPath"` Key string `mapstructure:"key"` Port string `mapstructure:"port"` }
type CallRequest ¶
type CallRequest struct { From string `json:"from"` To string `json:"to"` Gas string `json:"gas"` Data string `json:"data"` }
CallRequest to simulate JSON-RPC transaction
type Config ¶
type Config struct { Application ApplicationConfig `mapstructure:"application"` KeyStore KeyStoreConfig `mapstructure:"keystore"` Passphrase PassphraseConfig `mapstructure:"passphrase"` Security SecurityConfig `mapstructure:"security"` }
type KeyStoreConfig ¶
type KeyStoreConfig struct {
Agent string `mapstructure:"agent"`
}
type PassphraseConfig ¶
type PassphraseConfig struct {
Agent string `mapstructure:"agent"`
}
type SecurityConfig ¶
Click to show internal directories.
Click to hide internal directories.