Documentation ¶
Index ¶
- Constants
- type Client
- 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)
Constants ¶
View Source
const (
ClefAlgoType = "clef"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wallet ¶ added in v0.55.0
type Wallet struct {
// contains filtered or unexported fields
}
func GenerateNewWallet ¶
GenerateNewWallet new wallet will create new account in Clef and returns wallet. Caveat: generating new wallet in Clef has to be manually approved and only key store backend is supported.
Click to show internal directories.
Click to hide internal directories.