Documentation ¶
Index ¶
- type Module
- func (m *Module) Balance(ctx context.Context, addr string) (uint64, error)
- func (m *Module) FundFromFaucet(ctx context.Context, addr string) error
- func (m *Module) List(ctx context.Context) ([]string, error)
- func (m *Module) NewAddress(ctx context.Context, typ string) (string, error)
- func (m *Module) SendFil(ctx context.Context, from string, to string, amount *big.Int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module exposes the filecoin wallet api.
func New ¶
func New(api *apistruct.FullNodeStruct, maddr address.Address, iam big.Int, autocreate bool, networkName string) (*Module, error)
New creates a new wallet module.
func (*Module) FundFromFaucet ¶
FundFromFaucet make a faucet call to fund the provided wallet address.
func (*Module) NewAddress ¶
NewAddress creates a new address.
Click to show internal directories.
Click to hide internal directories.