ipld-eth-statedb/internal/testdata/contract.go

11 lines
147 B
Go
Raw Normal View History

2024-04-09 08:11:53 +00:00
package testdata
import _ "embed"
var (
//go:embed build/Test.abi
TestContractABI string
//go:embed build/Test.bin
TestContractCode string
)