Bls12_381_G2_element
export type Bls12_381_G2_element = CommonUplcValueProps & {
compress(): number[]
kind: "bls12_381_G2_element"
point: Point3<[bigint, bigint]>
}
export type Bls12_381_G2_element = CommonUplcValueProps & {
compress(): number[]
kind: "bls12_381_G2_element"
point: Point3<[bigint, bigint]>
}