Object that provides LLDecrypt function, such as secret key.

interface Key {
    llDecrypt: LLDecrypt;
}

Hierarchy

  • Key

    Properties

    Properties

    llDecrypt: LLDecrypt

    Generated using TypeDoc