web3go icon indicating copy to clipboard operation
web3go copied to clipboard

about topics

Open Arbio5zt opened this issue 7 years ago • 0 comments

hello , how to define a Topics... i always return with [Failed to create filter, Invalid params: Invalid variadic value type: invalid type: map, expected a sequence.]

	option := &web3.FilterOption{
		FromBlock: "0",
		ToBlock:   "latest",
		Address:   []string{"0x8d12a197cb00d4747a1fe03395095ce2a5cc6819"},
		Topics:    common.Topics{
			common.Topic{[]byte("0x1e0b760c386003e9cb9bcf4fcf3997886042859d9b6ed6320e804597fcdb28b0")},
		    common.Topic{[]byte("0x6effdda786735d5033bfad5f53e5131abcced9e52be6c507b62d639685fbed6d")},
		    common.Topic{[]byte("0x3f7f2eda73683c21a15f9435af1028c93185b5f1fa38270762dc32be606b3e85")}},
	}
``` go 

Arbio5zt avatar Oct 23 '17 18:10 Arbio5zt