diff --git a/js/sapphire-paratime/classes/CallError.html b/js/sapphire-paratime/classes/CallError.html
index af371ff3..266ab3dc 100644
--- a/js/sapphire-paratime/classes/CallError.html
+++ b/js/sapphire-paratime/classes/CallError.html
@@ -1,4 +1,4 @@
-
IndexConstructors constructor
+
CallError | @oasisprotocol/sapphire-paratime Constructors constructor new Call Error ( message , response ) : CallError Parameters message : string response : unknown Properties Optional
cause cause ?: unknown
Readonly
response response : unknown
Optional
stack stack ?: string
Static
Optional
prepare Stack Trace prepare Stack Trace ?: ( ( err , stackTraces ) => any )
Constructors constructor new Call Error ( message , response ) : CallError Parameters message : string response : unknown Properties Optional
cause cause ?: unknown
Readonly
response response : unknown
Optional
stack stack ?: string
Static
Optional
prepare Stack Trace prepare Stack Trace ?: ( ( err , stackTraces ) => any )
Type declaration ( err , stackTraces ) : any Parameters err : Error stackTraces : CallSite [] Returns any Static
stack Trace Limit stack Trace Limit : number
Methods Static
capture Stack Trace capture Stack Trace ( targetObject , constructorOpt ? ) : void Parameters targetObject : object Optional
constructorOpt : Function Returns void
\ No newline at end of file
diff --git a/js/sapphire-paratime/classes/cipher.Cipher.html b/js/sapphire-paratime/classes/cipher.Cipher.html
index 6a15f9d2..ddfeb8cf 100644
--- a/js/sapphire-paratime/classes/cipher.Cipher.html
+++ b/js/sapphire-paratime/classes/cipher.Cipher.html
@@ -1,4 +1,4 @@
-
Cipher | @oasisprotocol/sapphire-paratime IndexConstructors constructor
+
Cipher | @oasisprotocol/sapphire-paratime Properties Abstract
epoch epoch : undefined | number
Abstract
public Key public Key : Uint8Array
Methods Abstract
decrypt decrypt ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Data decrypt Call Data ( nonce , ciphertext ) : Promise < Uint8Array > Properties Abstract
epoch epoch : undefined | number
Abstract
public Key public Key : Uint8Array
Methods Abstract
decrypt decrypt ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Data decrypt Call Data ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Result decrypt Call Result ( res ) : Promise < Uint8Array > Returns Promise < Uint8Array > decrypt Encoded decrypt Encoded ( callResult ) : Promise < string > Returns Promise < string > Abstract
encrypt encrypt ( plaintext ) : Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Returns Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Protected
encrypt Call Data encrypt Call Data ( plaintext ) : Promise < AeadEnvelope > Returns Promise < AeadEnvelope > encrypt Encode encrypt Encode ( plaintext ? ) : Promise < string > Parameters Optional
plaintext : BytesLike Returns Promise < string > encrypt Envelope encrypt Envelope ( plaintext ? ) : Promise < undefined | Envelope > Parameters Optional
plaintext : BytesLike Returns Promise < undefined | Envelope >
\ No newline at end of file
+Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Result decrypt Call Result ( res ) : Promise < Uint8Array > Returns Promise < Uint8Array > decrypt Encoded decrypt Encoded ( callResult ) : Promise < string > Returns Promise < string > Abstract
encrypt encrypt ( plaintext ) : Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Returns Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Protected
encrypt Call Data encrypt Call Data ( plaintext ) : Promise < AeadEnvelope > Returns Promise < AeadEnvelope > encrypt Encode encrypt Encode ( plaintext ? ) : Promise < string > Parameters Optional
plaintext : BytesLike Returns Promise < string > encrypt Envelope encrypt Envelope ( plaintext ? ) : Promise < undefined | Envelope > Parameters Optional
plaintext : BytesLike Returns Promise < undefined | Envelope >
\ No newline at end of file
diff --git a/js/sapphire-paratime/classes/cipher.Mock.html b/js/sapphire-paratime/classes/cipher.Mock.html
index 2f0636a1..bc435ed3 100644
--- a/js/sapphire-paratime/classes/cipher.Mock.html
+++ b/js/sapphire-paratime/classes/cipher.Mock.html
@@ -1,5 +1,5 @@
Mock | @oasisprotocol/sapphire-paratime IndexProperties Readonly
epoch epoch : undefined = undefined
Readonly
public Key public Key : Uint8Array = ...
Static
Readonly
NONCE NONCE : Uint8Array = ...
Methods decrypt decrypt ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Data decrypt Call Data ( nonce , ciphertext ) : Promise < Uint8Array > Properties Readonly
epoch epoch : undefined = undefined
Readonly
public Key public Key : Uint8Array = ...
Static
Readonly
NONCE NONCE : Uint8Array = ...
Methods decrypt decrypt ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Data decrypt Call Data ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Result decrypt Call Result ( res ) : Promise < Uint8Array > Returns Promise < Uint8Array > decrypt Encoded decrypt Encoded ( callResult ) : Promise < string > Returns Promise < string > encrypt encrypt ( plaintext ) : Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Returns Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Protected
encrypt Call Data encrypt Call Data ( plaintext ) : Promise < AeadEnvelope > Returns Promise < AeadEnvelope > encrypt Encode encrypt Encode ( plaintext ? ) : Promise < string > Parameters Optional
plaintext : BytesLike Returns Promise < string > encrypt Envelope encrypt Envelope ( plaintext ? ) : Promise < undefined | Envelope > Parameters Optional
plaintext : BytesLike Returns Promise < undefined | Envelope >
\ No newline at end of file
+
Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Result decrypt Call Result ( res ) : Promise < Uint8Array > Returns Promise < Uint8Array > decrypt Encoded decrypt Encoded ( callResult ) : Promise < string > Returns Promise < string > encrypt encrypt ( plaintext ) : Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Returns Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Protected
encrypt Call Data encrypt Call Data ( plaintext ) : Promise < AeadEnvelope > Returns Promise < AeadEnvelope > encrypt Encode encrypt Encode ( plaintext ? ) : Promise < string > Parameters Optional
plaintext : BytesLike Returns Promise < string > encrypt Envelope encrypt Envelope ( plaintext ? ) : Promise < undefined | Envelope > Parameters Optional
plaintext : BytesLike Returns Promise < undefined | Envelope >
\ No newline at end of file
diff --git a/js/sapphire-paratime/classes/cipher.Plain.html b/js/sapphire-paratime/classes/cipher.Plain.html
index 4b872e2d..03d84ff1 100644
--- a/js/sapphire-paratime/classes/cipher.Plain.html
+++ b/js/sapphire-paratime/classes/cipher.Plain.html
@@ -1,7 +1,7 @@
Plain | @oasisprotocol/sapphire-paratime IndexProperties Readonly
epoch epoch : undefined = undefined
Readonly
public Key public Key : Uint8Array = ...
Methods decrypt decrypt ( _nonce , ciphertext ) : Promise < Uint8Array > Parameters _nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Data decrypt Call Data ( nonce , ciphertext ) : Promise < Uint8Array > Properties Readonly
epoch epoch : undefined = undefined
Readonly
public Key public Key : Uint8Array = ...
Methods decrypt decrypt ( _nonce , ciphertext ) : Promise < Uint8Array > Parameters _nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Data decrypt Call Data ( nonce , ciphertext ) : Promise < Uint8Array > Parameters nonce : Uint8Array ciphertext : Uint8Array Returns Promise < Uint8Array > decrypt Call Result decrypt Call Result ( res ) : Promise < Uint8Array > Returns Promise < Uint8Array > decrypt Encoded decrypt Encoded ( callResult ) : Promise < string > Returns Promise < string > encrypt encrypt ( plaintext ) : Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > Returns Promise < { ciphertext : Uint8Array ; nonce : Uint8Array ; } > encrypt Call Data encrypt Call Data ( plaintext ) : Promise < { data : Uint8Array ; nonce : Uint8Array ; } > Returns Promise < { data : Uint8Array ; nonce : Uint8Array ; } > encrypt Encode encrypt Encode ( plaintext ? ) : Promise < string > Parameters Optional
plaintext : BytesLike Returns Promise < string > encrypt Envelope encrypt Envelope ( plaintext ? ) : Promise < undefined | Envelope > Parameters Optional
plaintext : BytesLike Returns Promise < undefined | Envelope >
\ No newline at end of file
+
Optional override for formatting stack traces
+