Documentation ¶
Index ¶
- Constants
- type Wallet
- func (w *Wallet) Algo() string
- func (w *Wallet) Chain() string
- func (w *Wallet) Cleanup() error
- func (w *Wallet) Name() string
- func (w *Wallet) PubKey() crypto.PublicKey
- func (w *Wallet) Reload(details registry.EthereumWalletDetails) error
- func (w *Wallet) Sign(data []byte) ([]byte, error)
- func (w *Wallet) Version() (string, error)
- type WalletLoader
Constants ¶
View Source
const KeyStoreAlgoType = "eth"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WalletLoader ¶
type WalletLoader struct {
// contains filtered or unexported fields
}
func InitialiseWalletLoader ¶
func InitialiseWalletLoader(vegaPaths paths.Paths) (*WalletLoader, error)
Click to show internal directories.
Click to hide internal directories.