Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Server *Server `json:"server"`
RpcUrls []Rpc `json:"rpcUrls"`
NonceManager *NonceManagerConfig `json:"nonceManager"`
WalletManager *WalletManagerConfig `json:"walletManager"`
}
type NonceManagerConfig ¶
type WalletManagerConfig ¶
type WalletManagerConfig struct {
StorageType string `json:"storageType"`
StorageConfig interface{} `json:"storageConfig"`
}
Click to show internal directories.
Click to hide internal directories.