Documentation ¶
Index ¶
- func GetBalance(mnemonic string) (*big.Int, error)
- func GetChainId() (int, error)
- func GetERC20Balance(mnemonic string, contractAddr common.Address) (*big.Int, error)
- func GetNetworkInfo() (*networkInfo, error)
- func GetPath() string
- func GetRpcUrl() string
- func GetWalletAddres(mnemonic string) (string, error)
- func Transfer(mnemonic string, to common.Address, value big.Int) (string, error)
- func TransferERC20(mnemonic string, toAddress common.Address, contractAddr common.Address, ...) (string, error)
- func TransferERC721(mnemonic string, toAddress common.Address, contractAddr common.Address, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChainId ¶
func GetERC20Balance ¶
func GetNetworkInfo ¶
func GetNetworkInfo() (*networkInfo, error)
func GetWalletAddres ¶
func TransferERC20 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.