3 Star 0 Fork 0

hot-wallet / parent-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
leeqiang250 提交于 2023-01-26 16:56 . no message
package main
//import _interface "gitee.com/leeqiang250/go-common/interface"
//latest
func main() {
//var data, _ = json.Marshal(_struct.ETHRpcBlockNumber())
//fmt.Println(string(data))
//_interface.Init()
//var result = _struct.ETHResultReceipt{}
//network.ExecuteJson(&network.HttpReq{
// URL: "https://bsc-dataseed1.binance.org/",
// Method: network.HttpMethodPost,
// Param: &_struct.ETHRpc{
// Id: "1",
// Method: "eth_getTransactionReceipt",
// JsonRpc: "2.0",
// Params: []string{"0x8aa914e5d7db7c22dc15b97a620d4238d8afee718e8d68504986a64594e8ab7b"},
// },
//}, &result)
//
//_struct.GetERC721TransferEvent(result.Result.Logs)
//
//result = _struct.ETHResultReceipt{}
//network.ExecuteJson(&network.HttpReq{
// URL: "https://bsc-dataseed1.binance.org/",
// Method: network.HttpMethodPost,
// Param: &_struct.ETHRpc{
// Id: "1",
// Method: "eth_getTransactionReceipt",
// JsonRpc: "2.0",
// Params: []string{"0x18bfc1400cf80e7acdca30f2ec7e5c6ffd5e407efcea7461226207bc52b83277"},
// },
//}, &result)
//
//_struct.GetERC20TransferEvent(result.Result.Logs)
}
Go
1
https://gitee.com/hot-wallet/parent-go.git
git@gitee.com:hot-wallet/parent-go.git
hot-wallet
parent-go
parent-go
cd2cf9c99c78

搜索帮助