Type alias EncodedVerificationKey

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

Type declaration

  • sr25519: Uint8Array

Type declaration

  • ed25519: Uint8Array

Type declaration

  • ecdsa: Uint8Array