Documentation ¶
Index ¶
- func CreateWallet() (error, []byte)
- func GetAddressTransactionCount(rpc string, walletAddress string) (string, error)
- func GetBalance(rpc string, walletAddress string) ([]byte, error)
- func GetGasPrice(rpc string) (string, error)
- func GetTransactionByHash(rpc string, hash string) ([]byte, error)
- func GetTransactionConfirmations(rpc string, hash string) ([]byte, error)
- func GetTransactionReceiptByHash(rpc string, hash string) ([]byte, error)
- func Transfer(rpc string, privateKey string, recipient string, amount float64, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWallet ¶ added in v0.0.10
func GetGasPrice ¶
func GetTransactionByHash ¶
GetTransactionByHash retrieves a transaction by its hash using the provided RPC URL.
func GetTransactionConfirmations ¶
GetTransactionByHash retrieves a transaction by its hash using the provided RPC URL.
func GetTransactionReceiptByHash ¶
GetTransactionByHash retrieves a transaction by its hash using the provided RPC URL.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.