Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func FactoryType ¶
func FactoryType(backendType logical.BackendType) logical.Factory
Types ¶
type Account ¶
type Account struct { Address string `json:"address"` // Ethereum account address derived from the key Passphrase string `json:"passphrase"` KeystoreName string `json:"keystore_name"` RPC string `json:"rpc_url"` ChainID string `json:"chain_id"` Whitelist []string `json:"whitelist"` Blacklist []string `json:"blacklist"` JSONKeystore []byte `json:"json_keystore"` PendingBalance *big.Int `json:"pending_balance"` PendingNonce uint64 `json:"pending_nonce"` PendingTxCount uint `json:"pending_tx_count"` }
Click to show internal directories.
Click to hide internal directories.