wallet

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2021 License: Apache-2.0, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoDefaultFromAddress = errors.New("unable to determine a default walletModule address")

Functions

This section is empty.

Types

type WalletAPI

type WalletAPI struct {
	// contains filtered or unexported fields
}

func (*WalletAPI) WalletAddresses

func (walletAPI *WalletAPI) WalletAddresses() []address.Address

WalletAddresses gets addresses from the walletModule

func (*WalletAPI) WalletBalance

func (walletAPI *WalletAPI) WalletBalance(ctx context.Context, addr address.Address) (abi.TokenAmount, error)

WalletBalance returns the current balance of the given wallet address.

func (*WalletAPI) WalletDefaultAddress

func (walletAPI *WalletAPI) WalletDefaultAddress() (address.Address, error)

SetWalletDefaultAddress set the specified address as the default in the config.

func (*WalletAPI) WalletExport

func (walletAPI *WalletAPI) WalletExport(addrs []address.Address) ([]*crypto.KeyInfo, error)

WalletExport returns the KeyInfos for the given walletModule addresses

func (*WalletAPI) WalletHas

func (walletAPI *WalletAPI) WalletHas(ctx context.Context, addr address.Address) (bool, error)

func (*WalletAPI) WalletImport

func (walletAPI *WalletAPI) WalletImport(key *crypto.KeyInfo) (address.Address, error)

WalletImport adds a given set of KeyInfos to the walletModule

func (*WalletAPI) WalletNewAddress

func (walletAPI *WalletAPI) WalletNewAddress(protocol address.Protocol) (address.Address, error)

WalletNewAddress generates a new walletModule address

func (*WalletAPI) WalletSetDefault

func (walletAPI *WalletAPI) WalletSetDefault(_ context.Context, addr address.Address) error

SetWalletDefaultAddress set the specified address as the default in the config.

func (*WalletAPI) WalletSign

func (walletAPI *WalletAPI) WalletSign(ctx context.Context, k address.Address, msg []byte, _ wallet.MsgMeta) (*crypto.Signature, error)

func (*WalletAPI) WalletSignMessage

func (walletAPI *WalletAPI) WalletSignMessage(ctx context.Context, k address.Address, msg *types.UnsignedMessage) (*types.SignedMessage, error)

type WalletSubmodule

type WalletSubmodule struct {
	Chain  *chain.ChainSubmodule
	Wallet *wallet.Wallet
	Signer types.Signer
	Config *config.ConfigModule
}

WalletSubmodule enhances the `Node` with a "wallet" and FIL transfer capabilities.

func NewWalletSubmodule

func NewWalletSubmodule(ctx context.Context, cfg *config.ConfigModule, repo walletRepo, chain *chain.ChainSubmodule) (*WalletSubmodule, error)

NewWalletSubmodule creates a new storage protocol submodule.

func (*WalletSubmodule) API

func (wallet *WalletSubmodule) API() *WalletAPI

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL