Type alias JSONPODEdDSAPublicKeyValue

JSONPODEdDSAPublicKeyValue: {
    eddsa_pubkey: string;
}

JSONPODValue type for EdDSA public key entries. These must always use an explicit typed object since a bare string is reserved for string values. The value within the typed object should be a string in a format accepted by decodePublicKey.

Type declaration

  • eddsa_pubkey: string

Generated using TypeDoc