Polkadot Apps
    Preparing search index...
    interface open {
        after(
            box: Uint8Array,
            nonce: Uint8Array,
            key: Uint8Array,
        ): Uint8Array<ArrayBufferLike> | null;
        (
            msg: Uint8Array,
            nonce: Uint8Array,
            publicKey: Uint8Array,
            secretKey: Uint8Array,
        ): Uint8Array<ArrayBufferLike> | null;
    }
    • Parameters

      • msg: Uint8Array
      • nonce: Uint8Array
      • publicKey: Uint8Array
      • secretKey: Uint8Array

      Returns Uint8Array<ArrayBufferLike> | null

    Index

    Methods

    Methods

    • Parameters

      • box: Uint8Array
      • nonce: Uint8Array
      • key: Uint8Array

      Returns Uint8Array<ArrayBufferLike> | null