wallet

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 43 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChainCmd = &cli.Command{
	Name:  "chain",
	Usage: "Interact with filecoin blockchain",
	Subcommands: []*cli.Command{
		decodeCmd,
		encodeCmd,
	},
}
View Source
var Cmd = &cli.Command{
	Name:  "wallet",
	Usage: "fil wallet",
	Subcommands: []*cli.Command{
		mnemonicNew,
		walletNew,
		walletSign,
		walletVerify,
		walletBalance,
		walletTransfer,
		walletSendCmd,
		multisigCmd,
	},
}

Functions

func NewMsiger added in v0.1.1

func NewMsiger() *msig

Types

type SendParams

type SendParams struct {
	To   address.Address
	From address.Address
	Val  abi.TokenAmount

	GasPremium *abi.TokenAmount
	GasFeeCap  *abi.TokenAmount
	GasLimit   *int64

	Nonce  *uint64
	Method abi.MethodNum
	Params []byte
}

Jump to

Keyboard shortcuts

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