Documentation ¶
Index ¶
- func GenerateAddress() (error, []byte)
- func GetAddressBalance(rpc string, address string) (string, error)
- func GetAddressTXCount(rpc string, address string) (string, error)
- func GetTransactionByHash(rpc string, hash string) (types.TransactionResponse, error)
- func GetTransactionConfirmation(rpc string, hash string)
- func GetTransactionReceiptByHash(rpc string, hash string) (types.TransactionRecieptResponse, error)
- func SendTx(rpc string, pk string, recipient string, amount float64, gasPrice *big.Int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAddress ¶ added in v0.0.10
func GetTransactionByHash ¶
func GetTransactionByHash(rpc string, hash string) (types.TransactionResponse, error)
func GetTransactionReceiptByHash ¶
func GetTransactionReceiptByHash(rpc string, hash string) (types.TransactionRecieptResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.