Documentation ¶
Index ¶
- type Wallet
- func (w *Wallet) Algo() string
- func (w *Wallet) Chain() string
- func (w *Wallet) ID() crypto.PublicKey
- func (w *Wallet) Index() uint32
- func (w *Wallet) Name() string
- func (w *Wallet) PubKey() crypto.PublicKey
- func (w *Wallet) Reload(rw registry.RegisteredVegaWallet) error
- func (w *Wallet) Sign(data []byte) ([]byte, error)
- func (w *Wallet) Version() uint32
- type WalletLoader
Constants ¶
This section is empty.
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.