blsApkRegistry.go文件中,定义了
type BN254G1Point struct { X big.Int Y big.Int }
在dapplinkvrfmanager.go中,也定义了
type BN254G1Point struct { X big.Int Y big.Int }
编辑器报错,表示在bindings文件中有类型的重复定义 BN254G1Point redeclared in this block (see details)compilerDuplicateDecl dapplinkvrfmanager.go(33, 6):