Documentation ¶
Index ¶
- Variables
- func BuildCallOpts(txParams *TransactParams) *bind.CallOpts
- func BuildTransactOpts(txParams *TransactParams) *bind.TransactOpts
- func DecodeKeystoreAddress(keyJsonStr []byte) string
- func GetEthBalance(owner common.Address, client *ethclient.Client) (*big.Int, error)
- func SignTransaction(signer types.Signer, address common.Address, transaction *types.Transaction, ...) (*types.Transaction, error)
- func TransferEth(from common.Address, password string, to common.Address, value *big.Int, ...) (*types.Transaction, error)
- type TransactParams
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GAS_LIMIT uint64 = 21000
)
Functions ¶
func BuildCallOpts ¶
func BuildCallOpts(txParams *TransactParams) *bind.CallOpts
func BuildTransactOpts ¶
func BuildTransactOpts(txParams *TransactParams) *bind.TransactOpts
func DecodeKeystoreAddress ¶
func GetEthBalance ¶
func SignTransaction ¶
func SignTransaction(signer types.Signer, address common.Address, transaction *types.Transaction, password string) (*types.Transaction, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.