Type alias PODEdDSAPublicKeyValue

PODEdDSAPublicKeyValue: {
    type: typeof EDDSA_PUBKEY_TYPE_STRING;
    value: string;
}

POD value for EdDSA (Baby Jubjub) public keys. Such a value is represented as a hex string of the (32-byte) encoded form of the key.

Type declaration

Generated using TypeDoc