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 ¶
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 }
Click to show internal directories.
Click to hide internal directories.