export interface Bls12381G2Key2020 {
  id: string;
  type: 'Bls12381G2Key2020';
  controller: string;
  publicKeyBase58: string;
  privateKeyBase58?: string;
}
