Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶ added in v1.1.11
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) GetSubnetOwner ¶ added in v1.1.11
type WalletFactory ¶ added in v1.1.11
type WalletFactory struct {
// contains filtered or unexported fields
}
func NewWalletFactory ¶ added in v1.1.11
func NewWalletFactory( ctx context.Context, sharedMemory atomic.SharedMemory, cfg *config.Config, state state.State, ) *WalletFactory
func NewWalletFactoryWithAssets ¶ added in v1.16.56
func NewWalletFactoryWithAssets( ctx context.Context, sharedMemory atomic.SharedMemory, cfg *config.Config, state state.State, luxAssetID ids.ID, ) *WalletFactory
NewWalletFactoryWithAssets creates a wallet factory with explicit asset IDs
func (*WalletFactory) NewWallet ¶ added in v1.1.11
func (w *WalletFactory) NewWallet(keys ...*secp256k1.PrivateKey) (builder.Builder, signer.Signer)
Click to show internal directories.
Click to hide internal directories.