Type alias SignCallbackParams

SignCallbackParams: {
    payload: string;
    secretKey: string;
}

Type declaration

  • payload: string

    A plaintext message.

  • secretKey: string

    'ASCII armor' encoded PGP key (technically can actually contain multiple keys).

Generated using TypeDoc