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