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