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