Documentation ¶
Index ¶
- func Addresses(tag string) (string, error)
- func Balance(address string) (*big.Int, error)
- func BalanceERC1155(tokenContract, address string, id *big.Int) (*big.Int, error)
- func BalanceERC20(tokenContract, address string) (*big.Float, error)
- func BalanceERC721(tokenContract, address string) (*big.Int, error)
- func Block(number int) (*types.Block, error)
- func Float2Int(amount float64, decimals int) *big.Int
- func GenerateWallet() (string, string, error)
- func GetDir() (string, error)
- func GetHost() (string, error)
- func InputHidden(prompt string) (string, error)
- func Int2Float(amount *big.Int, decimals int) *big.Float
- func OwnerERC721(tokenContract string, id *big.Int) (string, error)
- func Send(secret, address string, amount float64) (string, error)
- func SendERC1155(secret, tokenContract, address string, id *big.Int, amount *big.Int) (string, error)
- func SendERC20(secret, tokenContract, address string, amount float64) (string, error)
- func SendERC721(secret, tokenContract, address string, id *big.Int) (string, error)
- func SetHost(h string) error
- func ToAddress(secret string) (string, error)
- func Unlock(ks, passphrase string) (string, error)
- func ValidateAddress(address string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BalanceERC1155 ¶
func GenerateWallet ¶
func InputHidden ¶
func SendERC1155 ¶
func SendERC721 ¶
func ValidateAddress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.