Polkadot Apps
Preparing search index...
@polkadot-apps/crypto
nacl
boxProps
open
Interface open
interface
open
{
after
(
box
:
Uint8Array
,
nonce
:
Uint8Array
,
key
:
Uint8Array
,
)
:
Uint8Array
<
ArrayBufferLike
>
|
null
;
(
msg
:
Uint8Array
,
nonce
:
Uint8Array
,
publicKey
:
Uint8Array
,
secretKey
:
Uint8Array
,
)
:
Uint8Array
<
ArrayBufferLike
>
|
null
;
}
open
(
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
after
Methods
after
after
(
box
:
Uint8Array
,
nonce
:
Uint8Array
,
key
:
Uint8Array
,
)
:
Uint8Array
<
ArrayBufferLike
>
|
null
Parameters
box
:
Uint8Array
nonce
:
Uint8Array
key
:
Uint8Array
Returns
Uint8Array
<
ArrayBufferLike
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
after
Polkadot Apps
Loading...