Type alias RevocationKeyWithNonce

RevocationKeyWithNonce: {
    key: HexString;
    nonce: bigint;
}

A revocation key and its corresponding nonce

Type declaration

  • key: HexString

    The revocation key (hex encoded)

  • nonce: bigint

    The nonce of the revocation key

Generated using TypeDoc