wallet

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2020 License: MIT Imports: 2 Imported by: 0

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) error
	FundFromFaucet(ctx context.Context, addr string) error
}

Module provides wallet management access to a Filecoin client.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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