UNPKG

chia-agent

Version:
5 lines (4 loc) 153 B
import { PublicKey } from "./public_key"; import { Signature } from "./signature"; export type G1Element = PublicKey; export type G2Element = Signature;