Type alias EncodedVerificationKey

EncodedVerificationKey: {
    sr25519: Uint8Array;
} | {
    ed25519: Uint8Array;
} | {
    ecdsa: Uint8Array;
}