Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface {
NewAddress(ctx context.Context, typ string) (string, error)
List(ctx context.Context) ([]string, error)
Balance(ctx context.Context, addr string) (*big.Int, error)
SendFil(ctx context.Context, from string, to string, amount *big.Int) (cid.Cid, error)
FundFromFaucet(ctx context.Context, addr string) error
}
Module provides wallet management access to a Filecoin client.
Click to show internal directories.
Click to hide internal directories.