Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Ethereum ¶
type Ethereum struct { // BiconomyApiKey is the mexa public api key. BiconomyApiKey string `json:"biconomy_api_key"` // Contracts is a mapping of contract addresses. Contracts map[string]common.Address `json:"contracts"` // ChainID is the unique id of the ethereum chain. ChainID *big.Int `json:"chain_id"` // MetaTx enables meta transactions. MetaTx bool `json:"meta_tx"` // RPC is the ethereum rpc address. RPC string `json:"rpc"` }
type Signer ¶
type Signer struct { // AdvancedMode allows warning instead of rejecting. AdvancedMode bool `json:"advanced_mode"` // LightKDF enables faster KDF for low power devices. LightKDF bool `json:"light_kdf"` // NoUSB disables usb signer devices. NoUSB bool `json:"no_usb"` // SmartCardPath enables smart card signing. SmartCardPath string `json:"smart_card_path"` // KeyStorePath is the path to the key store. KeyStorePath string `json:"key_store_path"` // IPCAddress is the signer ipc address. IPCAddress string `json:"ipc_address"` }
Click to show internal directories.
Click to hide internal directories.