Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `yaml:"Address"` Enabled bool `yaml:"Enabled"` EnableCORSWorkaround bool `yaml:"EnableCORSWorkaround"` // MaxGasInvoke is a maximum amount of gas which // can be spent during RPC call. MaxGasInvoke uint64 `yaml:"MaxGasInvoke"` MaxIteratorResultItems int `yaml:"MaxIteratorResultItems"` MaxFindResultItems int `yaml:"MaxFindResultItems"` MaxERC721Tokens int `yaml:"MaxERC721Tokens"` Port uint16 `yaml:"Port"` TLSConfig TLSConfig `yaml:"TLSConfig"` Wallet wallet.Wallet }
Config is an RPC service configuration information.
Click to show internal directories.
Click to hide internal directories.