Documentation
¶
Index ¶
- func CreateWallet() ([]byte, error)
- func GetAddressTransactionCount(rpc string, walletAddress string) (string, error)
- func GetBalance(rpc string, walletAddress 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, amount string, recipient string, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWallet ¶ added in v0.0.10
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.