Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias decryptFunctionType

    decryptFunctionType: (data: ArrayBuffer) => Promise<ArrayBuffer>

    Decryption function, accepts arbitrary data and returns a decrypted buffer

    Type declaration

      • (data: ArrayBuffer): Promise<ArrayBuffer>
      • Parameters

        • data: ArrayBuffer

        Returns Promise<ArrayBuffer>