diff --git a/js/sapphire-ethers-v6/classes/ContractRunnerHasNoProviderError.html b/js/sapphire-ethers-v6/classes/ContractRunnerHasNoProviderError.html index 2a021dbb..44262031 100644 --- a/js/sapphire-ethers-v6/classes/ContractRunnerHasNoProviderError.html +++ b/js/sapphire-ethers-v6/classes/ContractRunnerHasNoProviderError.html @@ -1,4 +1,4 @@ -ContractRunnerHasNoProviderError | @oasisprotocol/sapphire-ethers-v6

Hierarchy

  • Error
    • ContractRunnerHasNoProviderError

Constructors

constructor +ContractRunnerHasNoProviderError | @oasisprotocol/sapphire-ethers-v6

Hierarchy

  • Error
    • ContractRunnerHasNoProviderError

Constructors

Properties

cause? message name @@ -8,5 +8,5 @@

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file +
stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/js/sapphire-ethers-v6/classes/SignerHasNoProviderError.html b/js/sapphire-ethers-v6/classes/SignerHasNoProviderError.html index 62b7c7fc..02ccf1b0 100644 --- a/js/sapphire-ethers-v6/classes/SignerHasNoProviderError.html +++ b/js/sapphire-ethers-v6/classes/SignerHasNoProviderError.html @@ -1,4 +1,4 @@ -SignerHasNoProviderError | @oasisprotocol/sapphire-ethers-v6

Hierarchy

  • Error
    • SignerHasNoProviderError

Constructors

constructor +SignerHasNoProviderError | @oasisprotocol/sapphire-ethers-v6

Hierarchy

  • Error
    • SignerHasNoProviderError

Constructors

Properties

cause? message name @@ -8,5 +8,5 @@

Methods

Constructors

  • Parameters

    • Optional message: string

    Returns SignerHasNoProviderError

  • Parameters

    • Optional message: string
    • Optional options: ErrorOptions

    Returns SignerHasNoProviderError

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file +
stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/js/sapphire-ethers-v6/functions/wrapEthersProvider.html b/js/sapphire-ethers-v6/functions/wrapEthersProvider.html index 40626cd3..80fbe578 100644 --- a/js/sapphire-ethers-v6/functions/wrapEthersProvider.html +++ b/js/sapphire-ethers-v6/functions/wrapEthersProvider.html @@ -1 +1 @@ -wrapEthersProvider | @oasisprotocol/sapphire-ethers-v6
  • Type Parameters

    • P extends Provider

    Parameters

    • provider: P
    • Optional options: SapphireWrapOptions

    Returns P & EIP2696_EthereumProvider

\ No newline at end of file +wrapEthersProvider | @oasisprotocol/sapphire-ethers-v6
  • Type Parameters

    • P extends Provider

    Parameters

    • provider: P
    • Optional options: SapphireWrapOptions

    Returns P & EIP2696_EthereumProvider

\ No newline at end of file diff --git a/js/sapphire-ethers-v6/functions/wrapEthersSigner.html b/js/sapphire-ethers-v6/functions/wrapEthersSigner.html index a392873d..1e0879c3 100644 --- a/js/sapphire-ethers-v6/functions/wrapEthersSigner.html +++ b/js/sapphire-ethers-v6/functions/wrapEthersSigner.html @@ -1 +1 @@ -wrapEthersSigner | @oasisprotocol/sapphire-ethers-v6
  • Type Parameters

    • P extends Signer

    Parameters

    • upstream: P
    • Optional options: SapphireWrapOptions

    Returns P & EIP2696_EthereumProvider

\ No newline at end of file +wrapEthersSigner | @oasisprotocol/sapphire-ethers-v6
  • Type Parameters

    • P extends Signer

    Parameters

    • upstream: P
    • Optional options: SapphireWrapOptions

    Returns P & EIP2696_EthereumProvider

\ No newline at end of file diff --git a/js/sapphire-hardhat/variables/sapphireLocalnet.html b/js/sapphire-hardhat/variables/sapphireLocalnet.html index d3e19578..e93d720a 100644 --- a/js/sapphire-hardhat/variables/sapphireLocalnet.html +++ b/js/sapphire-hardhat/variables/sapphireLocalnet.html @@ -1 +1 @@ -sapphireLocalnet | @oasisprotocol/sapphire-hardhat
sapphireLocalnet: {
    chainId: number;
    url: string;
} = ...

Type declaration

  • Readonly chainId: number
  • Readonly url: string
\ No newline at end of file +sapphireLocalnet | @oasisprotocol/sapphire-hardhat
sapphireLocalnet: {
    chainId: number;
    url: string;
} = ...

Type declaration

  • Readonly chainId: number
  • Readonly url: string
\ No newline at end of file diff --git a/js/sapphire-hardhat/variables/sapphireMainnet.html b/js/sapphire-hardhat/variables/sapphireMainnet.html index daf9ff1a..d19c5edf 100644 --- a/js/sapphire-hardhat/variables/sapphireMainnet.html +++ b/js/sapphire-hardhat/variables/sapphireMainnet.html @@ -1 +1 @@ -sapphireMainnet | @oasisprotocol/sapphire-hardhat
sapphireMainnet: {
    chainId: number;
    url: string;
} = ...

Type declaration

  • Readonly chainId: number
  • Readonly url: string
\ No newline at end of file +sapphireMainnet | @oasisprotocol/sapphire-hardhat
sapphireMainnet: {
    chainId: number;
    url: string;
} = ...

Type declaration

  • Readonly chainId: number
  • Readonly url: string
\ No newline at end of file diff --git a/js/sapphire-hardhat/variables/sapphireTestnet.html b/js/sapphire-hardhat/variables/sapphireTestnet.html index fb461ab9..de916705 100644 --- a/js/sapphire-hardhat/variables/sapphireTestnet.html +++ b/js/sapphire-hardhat/variables/sapphireTestnet.html @@ -1 +1 @@ -sapphireTestnet | @oasisprotocol/sapphire-hardhat
sapphireTestnet: {
    chainId: number;
    url: string;
} = ...

Type declaration

  • Readonly chainId: number
  • Readonly url: string
\ No newline at end of file +sapphireTestnet | @oasisprotocol/sapphire-hardhat
sapphireTestnet: {
    chainId: number;
    url: string;
} = ...

Type declaration

  • Readonly chainId: number
  • Readonly url: string
\ No newline at end of file diff --git a/js/sapphire-paratime/classes/Cipher.html b/js/sapphire-paratime/classes/Cipher.html index 5ee06ac5..03beee30 100644 --- a/js/sapphire-paratime/classes/Cipher.html +++ b/js/sapphire-paratime/classes/Cipher.html @@ -1,4 +1,4 @@ -Cipher | @oasisprotocol/sapphire-paratime

Hierarchy (view full)

Constructors

constructor +Cipher | @oasisprotocol/sapphire-paratime

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

epoch?: number
publicKey: Uint8Array

Methods

  • Parameters

    • nonce: Uint8Array
    • ciphertext: Uint8Array

    Returns Uint8Array

  • Parameters

    • plaintext: Uint8Array

    Returns {
        ciphertext: Uint8Array;
        nonce: Uint8Array;
    }

    • ciphertext: Uint8Array
    • nonce: Uint8Array
  • Parameters

    • Optional ok: Uint8Array
    • Optional innerFail: string
    • Optional outerFail: string

    Returns Uint8Array

\ No newline at end of file +

Constructors

Properties

epoch?: number
publicKey: Uint8Array

Methods

  • Parameters

    • nonce: Uint8Array
    • ciphertext: Uint8Array

    Returns Uint8Array

  • Parameters

    • plaintext: Uint8Array

    Returns {
        ciphertext: Uint8Array;
        nonce: Uint8Array;
    }

    • ciphertext: Uint8Array
    • nonce: Uint8Array
  • Parameters

    • Optional ok: Uint8Array
    • Optional innerFail: string
    • Optional outerFail: string

    Returns Uint8Array

\ No newline at end of file diff --git a/js/sapphire-paratime/classes/EnvelopeError.html b/js/sapphire-paratime/classes/EnvelopeError.html index c5768af8..d150b022 100644 --- a/js/sapphire-paratime/classes/EnvelopeError.html +++ b/js/sapphire-paratime/classes/EnvelopeError.html @@ -1,4 +1,4 @@ -EnvelopeError | @oasisprotocol/sapphire-paratime

Hierarchy

  • Error
    • EnvelopeError

Constructors

constructor +EnvelopeError | @oasisprotocol/sapphire-paratime

Hierarchy

  • Error
    • EnvelopeError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
response?: unknown
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Constructors

Properties

cause?: unknown
message: string
name: string
response?: unknown
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file +
stackTraceLimit: number

Methods

\ No newline at end of file diff --git a/js/sapphire-paratime/classes/FetchError.html b/js/sapphire-paratime/classes/FetchError.html index 41f0fb6a..37442308 100644 --- a/js/sapphire-paratime/classes/FetchError.html +++ b/js/sapphire-paratime/classes/FetchError.html @@ -1,4 +1,4 @@ -FetchError | @oasisprotocol/sapphire-paratime

Hierarchy

  • Error
    • FetchError

Constructors

constructor +FetchError | @oasisprotocol/sapphire-paratime

Hierarchy

  • Error
    • FetchError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
response?: unknown
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Constructors

Properties

cause?: unknown
message: string
name: string
response?: unknown
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file +
stackTraceLimit: number

Methods

\ No newline at end of file diff --git a/js/sapphire-paratime/classes/KeyFetcher.html b/js/sapphire-paratime/classes/KeyFetcher.html index 3aacc180..ce7f16c2 100644 --- a/js/sapphire-paratime/classes/KeyFetcher.html +++ b/js/sapphire-paratime/classes/KeyFetcher.html @@ -1,11 +1,11 @@ KeyFetcher | @oasisprotocol/sapphire-paratime

Retrieves calldata public keys from RPC provider

-

Constructors

Constructors

Properties

timeoutMilliseconds: number = DEFAULT_PUBKEY_CACHE_EXPIRATION_MS

Methods

  • Retrieve cached key if possible, otherwise fetch a fresh one

    +

Constructors

Properties

timeoutMilliseconds: number = DEFAULT_PUBKEY_CACHE_EXPIRATION_MS

Methods

\ No newline at end of file +
\ No newline at end of file diff --git a/js/sapphire-paratime/classes/MuNaclError.html b/js/sapphire-paratime/classes/MuNaclError.html index 6a9961d2..d72bae3e 100644 --- a/js/sapphire-paratime/classes/MuNaclError.html +++ b/js/sapphire-paratime/classes/MuNaclError.html @@ -1,4 +1,4 @@ -MuNaclError | @oasisprotocol/sapphire-paratime

Hierarchy

  • Error
    • MuNaclError

Constructors

constructor +MuNaclError | @oasisprotocol/sapphire-paratime

Hierarchy

  • Error
    • MuNaclError

Constructors

Properties

cause? message name @@ -8,5 +8,5 @@

Methods

Constructors

  • Parameters

    • Optional message: string

    Returns MuNaclError

  • Parameters

    • Optional message: string
    • Optional options: ErrorOptions

    Returns MuNaclError

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    -

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file +
stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/js/sapphire-paratime/classes/X25519DeoxysII.html b/js/sapphire-paratime/classes/X25519DeoxysII.html index 53b760de..9c3d6565 100644 --- a/js/sapphire-paratime/classes/X25519DeoxysII.html +++ b/js/sapphire-paratime/classes/X25519DeoxysII.html @@ -1,6 +1,6 @@ X25519DeoxysII | @oasisprotocol/sapphire-paratime

A Cipher that derives a shared secret using X25519 and then uses DeoxysII for encrypting using that secret.

This is the default cipher.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

epoch: undefined | number
kind: X25519DeoxysII = CipherKind.X25519DeoxysII
publicKey: Uint8Array

Methods

  • Parameters

    • plaintext: Uint8Array

    Returns {
        ciphertext: Uint8Array;
        nonce: Uint8Array;
    }

    • ciphertext: Uint8Array
    • nonce: Uint8Array
\ No newline at end of file +

Constructors

Properties

epoch: undefined | number
kind: X25519DeoxysII = CipherKind.X25519DeoxysII
publicKey: Uint8Array

Methods

\ No newline at end of file diff --git a/js/sapphire-paratime/enums/CipherKind.html b/js/sapphire-paratime/enums/CipherKind.html index 8d5ab799..1050df70 100644 --- a/js/sapphire-paratime/enums/CipherKind.html +++ b/js/sapphire-paratime/enums/CipherKind.html @@ -1,2 +1,2 @@ -CipherKind | @oasisprotocol/sapphire-paratime

Enumeration Members

Enumeration Members

X25519DeoxysII: 1
\ No newline at end of file +CipherKind | @oasisprotocol/sapphire-paratime

Enumeration Members

Enumeration Members

X25519DeoxysII: 1
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/boxKeyPairFromSecretKey.html b/js/sapphire-paratime/functions/boxKeyPairFromSecretKey.html index 6c75e15d..75693368 100644 --- a/js/sapphire-paratime/functions/boxKeyPairFromSecretKey.html +++ b/js/sapphire-paratime/functions/boxKeyPairFromSecretKey.html @@ -1 +1 @@ -boxKeyPairFromSecretKey | @oasisprotocol/sapphire-paratime
\ No newline at end of file +boxKeyPairFromSecretKey | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/fetchRuntimePublicKey.html b/js/sapphire-paratime/functions/fetchRuntimePublicKey.html index 9e28632b..d6dc2411 100644 --- a/js/sapphire-paratime/functions/fetchRuntimePublicKey.html +++ b/js/sapphire-paratime/functions/fetchRuntimePublicKey.html @@ -2,4 +2,4 @@ connections are available.

NOTE: MetaMask does not support Web3 methods it doesn't know about, so we have to fall-back to fetch()ing directly via the default chain gateway.

-

Parameters

Returns Promise<CallDataPublicKey>

\ No newline at end of file +

Parameters

Returns Promise<CallDataPublicKey>

\ No newline at end of file diff --git a/js/sapphire-paratime/functions/fillOptions.html b/js/sapphire-paratime/functions/fillOptions.html index a59edb42..9b7ea42d 100644 --- a/js/sapphire-paratime/functions/fillOptions.html +++ b/js/sapphire-paratime/functions/fillOptions.html @@ -1 +1 @@ -fillOptions | @oasisprotocol/sapphire-paratime
\ No newline at end of file +fillOptions | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/fromQuantity.html b/js/sapphire-paratime/functions/fromQuantity.html index d3003770..90abcc2e 100644 --- a/js/sapphire-paratime/functions/fromQuantity.html +++ b/js/sapphire-paratime/functions/fromQuantity.html @@ -3,4 +3,4 @@ numeric values.

It will parse '0x' prefixed hex strings, base-10 encoded numbers and numbers.

Parameters

Returns number

Quantity as an integer

-
\ No newline at end of file +
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/getBytes.html b/js/sapphire-paratime/functions/getBytes.html index bcd308ae..2d88e4ec 100644 --- a/js/sapphire-paratime/functions/getBytes.html +++ b/js/sapphire-paratime/functions/getBytes.html @@ -1,3 +1,3 @@ getBytes | @oasisprotocol/sapphire-paratime
  • Get a typed Uint8Array for %%value%%. If already a Uint8Array the original %%value%% is returned; if a copy is required copy=true

    -

    Parameters

    • value: BytesLike
    • Optional name: string
    • Optional copy: boolean

    Returns Uint8Array

\ No newline at end of file +

Parameters

Returns Uint8Array

\ No newline at end of file diff --git a/js/sapphire-paratime/functions/hexlify.html b/js/sapphire-paratime/functions/hexlify.html index d36f6d4e..4b6ec46c 100644 --- a/js/sapphire-paratime/functions/hexlify.html +++ b/js/sapphire-paratime/functions/hexlify.html @@ -1,2 +1,2 @@ hexlify | @oasisprotocol/sapphire-paratime
\ No newline at end of file +

Parameters

Returns string

\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isBytesLike.html b/js/sapphire-paratime/functions/isBytesLike.html index 93448052..e44a1900 100644 --- a/js/sapphire-paratime/functions/isBytesLike.html +++ b/js/sapphire-paratime/functions/isBytesLike.html @@ -1,3 +1,3 @@ isBytesLike | @oasisprotocol/sapphire-paratime
\ No newline at end of file +

Parameters

Returns value is BytesLike

\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isCallDataPublicKeyQuery.html b/js/sapphire-paratime/functions/isCallDataPublicKeyQuery.html index 66a26d58..5abfd4e8 100644 --- a/js/sapphire-paratime/functions/isCallDataPublicKeyQuery.html +++ b/js/sapphire-paratime/functions/isCallDataPublicKeyQuery.html @@ -1 +1 @@ -isCallDataPublicKeyQuery | @oasisprotocol/sapphire-paratime
  • Parameters

    • Optional params: object | readonly unknown[]

    Returns undefined | boolean

\ No newline at end of file +isCallDataPublicKeyQuery | @oasisprotocol/sapphire-paratime
  • Parameters

    • Optional params: object | readonly unknown[]

    Returns undefined | boolean

\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isCalldataEnveloped.html b/js/sapphire-paratime/functions/isCalldataEnveloped.html index d1c6d4b3..8a460408 100644 --- a/js/sapphire-paratime/functions/isCalldataEnveloped.html +++ b/js/sapphire-paratime/functions/isCalldataEnveloped.html @@ -1 +1 @@ -isCalldataEnveloped | @oasisprotocol/sapphire-paratime
\ No newline at end of file +isCalldataEnveloped | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isEthereumProvider.html b/js/sapphire-paratime/functions/isEthereumProvider.html index ec85beeb..67c35c65 100644 --- a/js/sapphire-paratime/functions/isEthereumProvider.html +++ b/js/sapphire-paratime/functions/isEthereumProvider.html @@ -1 +1 @@ -isEthereumProvider | @oasisprotocol/sapphire-paratime
\ No newline at end of file +isEthereumProvider | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isHexString.html b/js/sapphire-paratime/functions/isHexString.html index 9d64c213..a73a657b 100644 --- a/js/sapphire-paratime/functions/isHexString.html +++ b/js/sapphire-paratime/functions/isHexString.html @@ -2,4 +2,4 @@

If %%length%% is true or a //number//, it also checks that %%value%% is a valid [[DataHexString]] of %%length%% (if a //number//) bytes of data (e.g. 0x1234 is 2 bytes).

-

Parameters

Returns value is `0x${string}`

\ No newline at end of file +

Parameters

Returns value is `0x${string}`

\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isLegacyProvider.html b/js/sapphire-paratime/functions/isLegacyProvider.html index dc8fa6c3..af3aff1c 100644 --- a/js/sapphire-paratime/functions/isLegacyProvider.html +++ b/js/sapphire-paratime/functions/isLegacyProvider.html @@ -1 +1 @@ -isLegacyProvider | @oasisprotocol/sapphire-paratime
\ No newline at end of file +isLegacyProvider | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isWrappedEthereumProvider.html b/js/sapphire-paratime/functions/isWrappedEthereumProvider.html index 2483388e..550c367b 100644 --- a/js/sapphire-paratime/functions/isWrappedEthereumProvider.html +++ b/js/sapphire-paratime/functions/isWrappedEthereumProvider.html @@ -1 +1 @@ -isWrappedEthereumProvider | @oasisprotocol/sapphire-paratime
\ No newline at end of file +isWrappedEthereumProvider | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/isWrappedRequestFn.html b/js/sapphire-paratime/functions/isWrappedRequestFn.html index 52626a76..b3488311 100644 --- a/js/sapphire-paratime/functions/isWrappedRequestFn.html +++ b/js/sapphire-paratime/functions/isWrappedRequestFn.html @@ -1 +1 @@ -isWrappedRequestFn | @oasisprotocol/sapphire-paratime
\ No newline at end of file +isWrappedRequestFn | @oasisprotocol/sapphire-paratime
\ No newline at end of file diff --git a/js/sapphire-paratime/functions/makeSapphireRequestFn.html b/js/sapphire-paratime/functions/makeSapphireRequestFn.html index 914fbd0e..5da88956 100644 --- a/js/sapphire-paratime/functions/makeSapphireRequestFn.html +++ b/js/sapphire-paratime/functions/makeSapphireRequestFn.html @@ -1,3 +1,3 @@ makeSapphireRequestFn | @oasisprotocol/sapphire-paratime
\ No newline at end of file +
  • Optional options: SapphireWrapOptions
  • Returns EIP2696_EthereumProvider["request"]

    \ No newline at end of file diff --git a/js/sapphire-paratime/functions/makeTaggedProxyObject.html b/js/sapphire-paratime/functions/makeTaggedProxyObject.html index 0c5496fd..a34d596f 100644 --- a/js/sapphire-paratime/functions/makeTaggedProxyObject.html +++ b/js/sapphire-paratime/functions/makeTaggedProxyObject.html @@ -1 +1 @@ -makeTaggedProxyObject | @oasisprotocol/sapphire-paratime
    \ No newline at end of file +makeTaggedProxyObject | @oasisprotocol/sapphire-paratime
    \ No newline at end of file diff --git a/js/sapphire-paratime/functions/naclScalarMult.html b/js/sapphire-paratime/functions/naclScalarMult.html index 6a0ed63e..3dbf2378 100644 --- a/js/sapphire-paratime/functions/naclScalarMult.html +++ b/js/sapphire-paratime/functions/naclScalarMult.html @@ -1 +1 @@ -naclScalarMult | @oasisprotocol/sapphire-paratime
    \ No newline at end of file +naclScalarMult | @oasisprotocol/sapphire-paratime
    \ No newline at end of file diff --git a/js/sapphire-paratime/functions/naclScalarMultBase.html b/js/sapphire-paratime/functions/naclScalarMultBase.html index 2af82516..25b1fffb 100644 --- a/js/sapphire-paratime/functions/naclScalarMultBase.html +++ b/js/sapphire-paratime/functions/naclScalarMultBase.html @@ -1 +1 @@ -naclScalarMultBase | @oasisprotocol/sapphire-paratime
    \ No newline at end of file +naclScalarMultBase | @oasisprotocol/sapphire-paratime
    \ No newline at end of file diff --git a/js/sapphire-paratime/functions/wrapEthereumProvider.html b/js/sapphire-paratime/functions/wrapEthereumProvider.html index 38d562b1..227839af 100644 --- a/js/sapphire-paratime/functions/wrapEthereumProvider.html +++ b/js/sapphire-paratime/functions/wrapEthereumProvider.html @@ -4,4 +4,4 @@

    Type Parameters

    Parameters

    Returns P

    Sapphire wrapped provider

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-paratime/interfaces/BoxKeyPair.html b/js/sapphire-paratime/interfaces/BoxKeyPair.html index ba571361..7963f1a4 100644 --- a/js/sapphire-paratime/interfaces/BoxKeyPair.html +++ b/js/sapphire-paratime/interfaces/BoxKeyPair.html @@ -1,3 +1,3 @@ -BoxKeyPair | @oasisprotocol/sapphire-paratime
    interface BoxKeyPair {
        publicKey: Uint8Array;
        secretKey: Uint8Array;
    }

    Properties

    publicKey +BoxKeyPair | @oasisprotocol/sapphire-paratime
    interface BoxKeyPair {
        publicKey: Uint8Array;
        secretKey: Uint8Array;
    }

    Properties

    Properties

    publicKey: Uint8Array
    secretKey: Uint8Array
    \ No newline at end of file +

    Properties

    publicKey: Uint8Array
    secretKey: Uint8Array
    \ No newline at end of file diff --git a/js/sapphire-paratime/interfaces/CallDataPublicKey.html b/js/sapphire-paratime/interfaces/CallDataPublicKey.html index 6699bad6..94593d1f 100644 --- a/js/sapphire-paratime/interfaces/CallDataPublicKey.html +++ b/js/sapphire-paratime/interfaces/CallDataPublicKey.html @@ -1,7 +1,7 @@ -CallDataPublicKey | @oasisprotocol/sapphire-paratime
    interface CallDataPublicKey {
        chainId: number;
        checksum: Uint8Array;
        epoch: number;
        fetched: Date;
        key: Uint8Array;
        signature: Uint8Array;
    }

    Properties

    chainId +CallDataPublicKey | @oasisprotocol/sapphire-paratime
    interface CallDataPublicKey {
        chainId: number;
        checksum: Uint8Array;
        epoch: number;
        fetched: Date;
        key: Uint8Array;
        signature: Uint8Array;
    }

    Properties

    chainId: number
    checksum: Uint8Array
    epoch: number
    fetched: Date
    key: Uint8Array
    signature: Uint8Array
    \ No newline at end of file +

    Properties

    chainId: number
    checksum: Uint8Array
    epoch: number
    fetched: Date
    key: Uint8Array
    signature: Uint8Array
    \ No newline at end of file diff --git a/js/sapphire-paratime/interfaces/EIP1193_RequestArguments.html b/js/sapphire-paratime/interfaces/EIP1193_RequestArguments.html index 565dd583..97b7cf65 100644 --- a/js/sapphire-paratime/interfaces/EIP1193_RequestArguments.html +++ b/js/sapphire-paratime/interfaces/EIP1193_RequestArguments.html @@ -1,3 +1,3 @@ -EIP1193_RequestArguments | @oasisprotocol/sapphire-paratime
    interface EIP1193_RequestArguments {
        method: string;
        params?: object | readonly unknown[];
    }

    Properties

    method +EIP1193_RequestArguments | @oasisprotocol/sapphire-paratime
    interface EIP1193_RequestArguments {
        method: string;
        params?: object | readonly unknown[];
    }

    Properties

    Properties

    method: string
    params?: object | readonly unknown[]
    \ No newline at end of file +

    Properties

    method: string
    params?: object | readonly unknown[]
    \ No newline at end of file diff --git a/js/sapphire-paratime/interfaces/SapphireWrapOptions.html b/js/sapphire-paratime/interfaces/SapphireWrapOptions.html index 5fc5dcb8..1cfdead4 100644 --- a/js/sapphire-paratime/interfaces/SapphireWrapOptions.html +++ b/js/sapphire-paratime/interfaces/SapphireWrapOptions.html @@ -1,2 +1,2 @@ -SapphireWrapOptions | @oasisprotocol/sapphire-paratime
    interface SapphireWrapOptions {
        fetcher: KeyFetcher;
    }

    Properties

    Properties

    fetcher: KeyFetcher
    \ No newline at end of file +SapphireWrapOptions | @oasisprotocol/sapphire-paratime
    interface SapphireWrapOptions {
        fetcher: KeyFetcher;
    }

    Properties

    Properties

    fetcher: KeyFetcher
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/AeadEnvelope.html b/js/sapphire-paratime/types/AeadEnvelope.html index d205c3a4..6f729925 100644 --- a/js/sapphire-paratime/types/AeadEnvelope.html +++ b/js/sapphire-paratime/types/AeadEnvelope.html @@ -1 +1 @@ -AeadEnvelope | @oasisprotocol/sapphire-paratime
    AeadEnvelope: {
        data: Uint8Array;
        nonce: Uint8Array;
    }

    Type declaration

    • data: Uint8Array
    • nonce: Uint8Array
    \ No newline at end of file +AeadEnvelope | @oasisprotocol/sapphire-paratime
    AeadEnvelope: {
        data: Uint8Array;
        nonce: Uint8Array;
    }

    Type declaration

    • data: Uint8Array
    • nonce: Uint8Array
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/BytesLike.html b/js/sapphire-paratime/types/BytesLike.html index 2055be8d..34aaa67a 100644 --- a/js/sapphire-paratime/types/BytesLike.html +++ b/js/sapphire-paratime/types/BytesLike.html @@ -1,2 +1,2 @@ BytesLike | @oasisprotocol/sapphire-paratime
    BytesLike: DataHexString | Uint8Array

    An object that can be used to represent binary data.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/CallFailure.html b/js/sapphire-paratime/types/CallFailure.html index c8ca027f..8a479720 100644 --- a/js/sapphire-paratime/types/CallFailure.html +++ b/js/sapphire-paratime/types/CallFailure.html @@ -1 +1 @@ -CallFailure | @oasisprotocol/sapphire-paratime
    CallFailure: {
        code: number;
        message?: string;
        module: string;
    }

    Type declaration

    • code: number
    • Optional message?: string
    • module: string
    \ No newline at end of file +CallFailure | @oasisprotocol/sapphire-paratime
    CallFailure: {
        code: number;
        message?: string;
        module: string;
    }

    Type declaration

    • code: number
    • Optional message?: string
    • module: string
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/CallResult.html b/js/sapphire-paratime/types/CallResult.html index 2bcbb9fe..c535875b 100644 --- a/js/sapphire-paratime/types/CallResult.html +++ b/js/sapphire-paratime/types/CallResult.html @@ -1 +1 @@ -CallResult | @oasisprotocol/sapphire-paratime
    CallResult: {
        fail?: CallFailure;
        ok?: string | Uint8Array | AeadEnvelope;
        unknown?: AeadEnvelope;
    }

    Type declaration

    \ No newline at end of file +CallResult | @oasisprotocol/sapphire-paratime
    CallResult: {
        fail?: CallFailure;
        ok?: string | Uint8Array | AeadEnvelope;
        unknown?: AeadEnvelope;
    }

    Type declaration

    \ No newline at end of file diff --git a/js/sapphire-paratime/types/DataHexString.html b/js/sapphire-paratime/types/DataHexString.html index 93db3392..1eb35107 100644 --- a/js/sapphire-paratime/types/DataHexString.html +++ b/js/sapphire-paratime/types/DataHexString.html @@ -1,3 +1,3 @@ DataHexString | @oasisprotocol/sapphire-paratime
    DataHexString: string

    A [[HexString]] whose length is even, which ensures it is a valid representation of binary data.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/EIP1193_RequestFn.html b/js/sapphire-paratime/types/EIP1193_RequestFn.html index 1cd5b1f3..2af3ce2f 100644 --- a/js/sapphire-paratime/types/EIP1193_RequestFn.html +++ b/js/sapphire-paratime/types/EIP1193_RequestFn.html @@ -1 +1 @@ -EIP1193_RequestFn | @oasisprotocol/sapphire-paratime
    EIP1193_RequestFn: ((args) => Promise<unknown>)

    Type declaration

    \ No newline at end of file +EIP1193_RequestFn | @oasisprotocol/sapphire-paratime
    EIP1193_RequestFn: ((args) => Promise<unknown>)

    Type declaration

    \ No newline at end of file diff --git a/js/sapphire-paratime/types/EIP2696_EthereumProvider.html b/js/sapphire-paratime/types/EIP2696_EthereumProvider.html index 615f8e92..498aed02 100644 --- a/js/sapphire-paratime/types/EIP2696_EthereumProvider.html +++ b/js/sapphire-paratime/types/EIP2696_EthereumProvider.html @@ -1 +1 @@ -EIP2696_EthereumProvider | @oasisprotocol/sapphire-paratime
    EIP2696_EthereumProvider: {
        request: EIP1193_RequestFn;
    }

    Type declaration

    \ No newline at end of file +EIP2696_EthereumProvider | @oasisprotocol/sapphire-paratime
    EIP2696_EthereumProvider: {
        request: EIP1193_RequestFn;
    }

    Type declaration

    \ No newline at end of file diff --git a/js/sapphire-paratime/types/Envelope.html b/js/sapphire-paratime/types/Envelope.html index d02ea887..2db49471 100644 --- a/js/sapphire-paratime/types/Envelope.html +++ b/js/sapphire-paratime/types/Envelope.html @@ -1 +1 @@ -Envelope | @oasisprotocol/sapphire-paratime
    Envelope: {
        body: {
            data: Uint8Array;
            epoch?: number;
            nonce: Uint8Array;
            pk: Uint8Array;
        };
        format: CipherKind;
    }

    Type declaration

    • body: {
          data: Uint8Array;
          epoch?: number;
          nonce: Uint8Array;
          pk: Uint8Array;
      }
      • data: Uint8Array
      • Optional epoch?: number
      • nonce: Uint8Array
      • pk: Uint8Array
    • format: CipherKind
    \ No newline at end of file +Envelope | @oasisprotocol/sapphire-paratime
    Envelope: {
        body: {
            data: Uint8Array;
            epoch?: number;
            nonce: Uint8Array;
            pk: Uint8Array;
        };
        format: CipherKind;
    }

    Type declaration

    • body: {
          data: Uint8Array;
          epoch?: number;
          nonce: Uint8Array;
          pk: Uint8Array;
      }
      • data: Uint8Array
      • Optional epoch?: number
      • nonce: Uint8Array
      • pk: Uint8Array
    • format: CipherKind
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/HexString.html b/js/sapphire-paratime/types/HexString.html index 0cc0c77f..96481701 100644 --- a/js/sapphire-paratime/types/HexString.html +++ b/js/sapphire-paratime/types/HexString.html @@ -1,4 +1,4 @@ HexString | @oasisprotocol/sapphire-paratime
    HexString: string

    A string which is prefixed with 0x and followed by any number of case-agnostic hexadecimal characters.

    It must match the regular expression /0x[0-9A-Fa-f]*/.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/InnerEnvelope.html b/js/sapphire-paratime/types/InnerEnvelope.html index 4eac390f..3939c8e7 100644 --- a/js/sapphire-paratime/types/InnerEnvelope.html +++ b/js/sapphire-paratime/types/InnerEnvelope.html @@ -1 +1 @@ -InnerEnvelope | @oasisprotocol/sapphire-paratime
    InnerEnvelope: {
        body: Uint8Array;
    }

    Type declaration

    • body: Uint8Array
    \ No newline at end of file +InnerEnvelope | @oasisprotocol/sapphire-paratime
    InnerEnvelope: {
        body: Uint8Array;
    }

    Type declaration

    • body: Uint8Array
    \ No newline at end of file diff --git a/js/sapphire-paratime/types/Legacy_Provider.html b/js/sapphire-paratime/types/Legacy_Provider.html index 1cc02d02..8a982267 100644 --- a/js/sapphire-paratime/types/Legacy_Provider.html +++ b/js/sapphire-paratime/types/Legacy_Provider.html @@ -1 +1 @@ -Legacy_Provider | @oasisprotocol/sapphire-paratime
    Legacy_Provider: {
        send: Legacy_SendFn;
    }

    Type declaration

    \ No newline at end of file +Legacy_Provider | @oasisprotocol/sapphire-paratime
    Legacy_Provider: {
        send: Legacy_SendFn;
    }

    Type declaration

    \ No newline at end of file diff --git a/js/sapphire-paratime/types/Legacy_SendFn.html b/js/sapphire-paratime/types/Legacy_SendFn.html index aa7ce03c..885d15d6 100644 --- a/js/sapphire-paratime/types/Legacy_SendFn.html +++ b/js/sapphire-paratime/types/Legacy_SendFn.html @@ -1 +1 @@ -Legacy_SendFn | @oasisprotocol/sapphire-paratime
    Legacy_SendFn: ((...args) => Promise<unknown>)

    Type declaration

      • (...args): Promise<unknown>
      • Parameters

        • Rest ...args: unknown[]

        Returns Promise<unknown>

    \ No newline at end of file +Legacy_SendFn | @oasisprotocol/sapphire-paratime
    Legacy_SendFn: ((...args) => Promise<unknown>)

    Type declaration

      • (...args): Promise<unknown>
      • Parameters

        • Rest ...args: unknown[]

        Returns Promise<unknown>

    \ No newline at end of file diff --git a/js/sapphire-paratime/types/RawCallDataPublicKeyResponse.html b/js/sapphire-paratime/types/RawCallDataPublicKeyResponse.html index 184460f0..6596b85e 100644 --- a/js/sapphire-paratime/types/RawCallDataPublicKeyResponse.html +++ b/js/sapphire-paratime/types/RawCallDataPublicKeyResponse.html @@ -1 +1 @@ -RawCallDataPublicKeyResponse | @oasisprotocol/sapphire-paratime
    RawCallDataPublicKeyResponse: {
        result: RawCallDataPublicKeyResponseResult;
    }

    Type declaration

    \ No newline at end of file +RawCallDataPublicKeyResponse | @oasisprotocol/sapphire-paratime
    RawCallDataPublicKeyResponse: {
        result: RawCallDataPublicKeyResponseResult;
    }

    Type declaration

    \ No newline at end of file diff --git a/js/sapphire-paratime/types/RawCallDataPublicKeyResponseResult.html b/js/sapphire-paratime/types/RawCallDataPublicKeyResponseResult.html index 3629769f..d0d85af7 100644 --- a/js/sapphire-paratime/types/RawCallDataPublicKeyResponseResult.html +++ b/js/sapphire-paratime/types/RawCallDataPublicKeyResponseResult.html @@ -1 +1 @@ -RawCallDataPublicKeyResponseResult | @oasisprotocol/sapphire-paratime

    Type alias RawCallDataPublicKeyResponseResult

    RawCallDataPublicKeyResponseResult: {
        checksum: string;
        epoch: number;
        key: string;
        signature: string;
    }

    Type declaration

    • checksum: string
    • epoch: number
    • key: string
    • signature: string
    \ No newline at end of file +RawCallDataPublicKeyResponseResult | @oasisprotocol/sapphire-paratime

    Type alias RawCallDataPublicKeyResponseResult

    RawCallDataPublicKeyResponseResult: {
        checksum: string;
        epoch: number;
        key: string;
        signature: string;
    }

    Type declaration

    • checksum: string
    • epoch: number
    • key: string
    • signature: string
    \ No newline at end of file diff --git a/js/sapphire-paratime/variables/NETWORKS.html b/js/sapphire-paratime/variables/NETWORKS.html index a89852b0..d3b54325 100644 --- a/js/sapphire-paratime/variables/NETWORKS.html +++ b/js/sapphire-paratime/variables/NETWORKS.html @@ -1 +1 @@ -NETWORKS | @oasisprotocol/sapphire-paratime
    NETWORKS: {
        localnet: {
            chainId: number;
            defaultGateway: string;
            runtimeId: string;
        };
        mainnet: {
            chainId: number;
            defaultGateway: string;
            runtimeId: string;
        };
        testnet: {
            chainId: number;
            defaultGateway: string;
            runtimeId: string;
        };
    } = ...

    Type declaration

    • localnet: {
          chainId: number;
          defaultGateway: string;
          runtimeId: string;
      }
      • chainId: number
      • defaultGateway: string
      • runtimeId: string
    • mainnet: {
          chainId: number;
          defaultGateway: string;
          runtimeId: string;
      }
      • chainId: number
      • defaultGateway: string
      • runtimeId: string
    • testnet: {
          chainId: number;
          defaultGateway: string;
          runtimeId: string;
      }
      • chainId: number
      • defaultGateway: string
      • runtimeId: string
    \ No newline at end of file +NETWORKS | @oasisprotocol/sapphire-paratime
    NETWORKS: {
        localnet: {
            chainId: number;
            defaultGateway: string;
            runtimeId: string;
        };
        mainnet: {
            chainId: number;
            defaultGateway: string;
            runtimeId: string;
        };
        testnet: {
            chainId: number;
            defaultGateway: string;
            runtimeId: string;
        };
    } = ...

    Type declaration

    • localnet: {
          chainId: number;
          defaultGateway: string;
          runtimeId: string;
      }
      • chainId: number
      • defaultGateway: string
      • runtimeId: string
    • mainnet: {
          chainId: number;
          defaultGateway: string;
          runtimeId: string;
      }
      • chainId: number
      • defaultGateway: string
      • runtimeId: string
    • testnet: {
          chainId: number;
          defaultGateway: string;
          runtimeId: string;
      }
      • chainId: number
      • defaultGateway: string
      • runtimeId: string
    \ No newline at end of file diff --git a/js/sapphire-paratime/variables/crypto_box_PUBLICKEYBYTES.html b/js/sapphire-paratime/variables/crypto_box_PUBLICKEYBYTES.html index f7d349a7..e35383d5 100644 --- a/js/sapphire-paratime/variables/crypto_box_PUBLICKEYBYTES.html +++ b/js/sapphire-paratime/variables/crypto_box_PUBLICKEYBYTES.html @@ -1 +1 @@ -crypto_box_PUBLICKEYBYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_box_PUBLICKEYBYTESConst

    crypto_box_PUBLICKEYBYTES: 32 = ...
    \ No newline at end of file +crypto_box_PUBLICKEYBYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_box_PUBLICKEYBYTESConst

    crypto_box_PUBLICKEYBYTES: 32 = ...
    \ No newline at end of file diff --git a/js/sapphire-paratime/variables/crypto_box_SECRETKEYBYTES.html b/js/sapphire-paratime/variables/crypto_box_SECRETKEYBYTES.html index 289cf24d..b01363ed 100644 --- a/js/sapphire-paratime/variables/crypto_box_SECRETKEYBYTES.html +++ b/js/sapphire-paratime/variables/crypto_box_SECRETKEYBYTES.html @@ -1 +1 @@ -crypto_box_SECRETKEYBYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_box_SECRETKEYBYTESConst

    crypto_box_SECRETKEYBYTES: 32 = ...
    \ No newline at end of file +crypto_box_SECRETKEYBYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_box_SECRETKEYBYTESConst

    crypto_box_SECRETKEYBYTES: 32 = ...
    \ No newline at end of file diff --git a/js/sapphire-paratime/variables/crypto_scalarmult_BYTES.html b/js/sapphire-paratime/variables/crypto_scalarmult_BYTES.html index 78e81977..5eb03c5c 100644 --- a/js/sapphire-paratime/variables/crypto_scalarmult_BYTES.html +++ b/js/sapphire-paratime/variables/crypto_scalarmult_BYTES.html @@ -1 +1 @@ -crypto_scalarmult_BYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_scalarmult_BYTESConst

    crypto_scalarmult_BYTES: 32 = ...
    \ No newline at end of file +crypto_scalarmult_BYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_scalarmult_BYTESConst

    crypto_scalarmult_BYTES: 32 = ...
    \ No newline at end of file diff --git a/js/sapphire-paratime/variables/crypto_scalarmult_SCALARBYTES.html b/js/sapphire-paratime/variables/crypto_scalarmult_SCALARBYTES.html index fa720c2e..450b19e1 100644 --- a/js/sapphire-paratime/variables/crypto_scalarmult_SCALARBYTES.html +++ b/js/sapphire-paratime/variables/crypto_scalarmult_SCALARBYTES.html @@ -1 +1 @@ -crypto_scalarmult_SCALARBYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_scalarmult_SCALARBYTESConst

    crypto_scalarmult_SCALARBYTES: 32 = ...
    \ No newline at end of file +crypto_scalarmult_SCALARBYTES | @oasisprotocol/sapphire-paratime

    Variable crypto_scalarmult_SCALARBYTESConst

    crypto_scalarmult_SCALARBYTES: 32 = ...
    \ No newline at end of file diff --git a/js/sapphire-viem-v2/functions/createSapphireSerializer.html b/js/sapphire-viem-v2/functions/createSapphireSerializer.html index c1927eff..1b9ed30f 100644 --- a/js/sapphire-viem-v2/functions/createSapphireSerializer.html +++ b/js/sapphire-viem-v2/functions/createSapphireSerializer.html @@ -7,4 +7,4 @@

    Type Parameters

    Parameters

    Returns Promise<S>

    Sapphire wrapped transaction encryption serializer

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-viem-v2/functions/sapphireHttpTransport-1.html b/js/sapphire-viem-v2/functions/sapphireHttpTransport-1.html index 90d4f586..a57921dd 100644 --- a/js/sapphire-viem-v2/functions/sapphireHttpTransport-1.html +++ b/js/sapphire-viem-v2/functions/sapphireHttpTransport-1.html @@ -5,4 +5,4 @@

    Results for every instance of sapphireHttpTransport() are cached to prevent the wrapper from being instantiated multiple times.

    Type Parameters

    Returns T

    Same as http()

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-viem-v2/functions/wrapWalletClient.html b/js/sapphire-viem-v2/functions/wrapWalletClient.html index 0f25fc90..65bc8a87 100644 --- a/js/sapphire-viem-v2/functions/wrapWalletClient.html +++ b/js/sapphire-viem-v2/functions/wrapWalletClient.html @@ -4,4 +4,4 @@

    Type Parameters

    Parameters

    Returns Promise<T>

    wrapped wallet client

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/js/sapphire-viem-v2/types/SapphireHttpTransport.html b/js/sapphire-viem-v2/types/SapphireHttpTransport.html index 3877febd..e9753dde 100644 --- a/js/sapphire-viem-v2/types/SapphireHttpTransport.html +++ b/js/sapphire-viem-v2/types/SapphireHttpTransport.html @@ -1 +1 @@ -SapphireHttpTransport | @oasisprotocol/sapphire-viem-v2
    SapphireHttpTransport: Transport<"sapphire", {}, EthereumProvider["request"]>

    Type declaration

      \ No newline at end of file +SapphireHttpTransport | @oasisprotocol/sapphire-viem-v2
      SapphireHttpTransport: Transport<"sapphire", {}, EthereumProvider["request"]>

      Type declaration

        \ No newline at end of file diff --git a/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_SERIALIZER.html b/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_SERIALIZER.html index 66f77b2b..712209dc 100644 --- a/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_SERIALIZER.html +++ b/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_SERIALIZER.html @@ -1 +1 @@ -SAPPHIRE_WRAPPED_VIEM_SERIALIZER | @oasisprotocol/sapphire-viem-v2

        Variable SAPPHIRE_WRAPPED_VIEM_SERIALIZERConst

        SAPPHIRE_WRAPPED_VIEM_SERIALIZER: typeof SAPPHIRE_WRAPPED_VIEM_SERIALIZER = ...
        \ No newline at end of file +SAPPHIRE_WRAPPED_VIEM_SERIALIZER | @oasisprotocol/sapphire-viem-v2

        Variable SAPPHIRE_WRAPPED_VIEM_SERIALIZERConst

        SAPPHIRE_WRAPPED_VIEM_SERIALIZER: typeof SAPPHIRE_WRAPPED_VIEM_SERIALIZER = ...
        \ No newline at end of file diff --git a/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_TRANSPORT.html b/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_TRANSPORT.html index 61f71aec..90509022 100644 --- a/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_TRANSPORT.html +++ b/js/sapphire-viem-v2/variables/SAPPHIRE_WRAPPED_VIEM_TRANSPORT.html @@ -1 +1 @@ -SAPPHIRE_WRAPPED_VIEM_TRANSPORT | @oasisprotocol/sapphire-viem-v2

        Variable SAPPHIRE_WRAPPED_VIEM_TRANSPORTConst

        SAPPHIRE_WRAPPED_VIEM_TRANSPORT: typeof SAPPHIRE_WRAPPED_VIEM_TRANSPORT = ...
        \ No newline at end of file +SAPPHIRE_WRAPPED_VIEM_TRANSPORT | @oasisprotocol/sapphire-viem-v2

        Variable SAPPHIRE_WRAPPED_VIEM_TRANSPORTConst

        SAPPHIRE_WRAPPED_VIEM_TRANSPORT: typeof SAPPHIRE_WRAPPED_VIEM_TRANSPORT = ...
        \ No newline at end of file diff --git a/js/sapphire-viem-v2/variables/sapphireLocalnet.html b/js/sapphire-viem-v2/variables/sapphireLocalnet.html index bda4c13e..d7efd2a3 100644 --- a/js/sapphire-viem-v2/variables/sapphireLocalnet.html +++ b/js/sapphire-viem-v2/variables/sapphireLocalnet.html @@ -12,4 +12,4 @@
      • Optional serializers?: ChainSerializers<undefined>

        Modifies how data (ie. Transactions) is serialized.

      • Optional sourceId?: number

        Source Chain ID (ie. the L1 chain)

      • testnet: true

        Flag for test networks

        -
      • \ No newline at end of file +
        \ No newline at end of file diff --git a/js/sapphire-wagmi-v2/functions/injectedWithSapphire.html b/js/sapphire-wagmi-v2/functions/injectedWithSapphire.html index cde7d976..50379ca0 100644 --- a/js/sapphire-wagmi-v2/functions/injectedWithSapphire.html +++ b/js/sapphire-wagmi-v2/functions/injectedWithSapphire.html @@ -3,4 +3,4 @@
           import { injectedWithSapphire } from '@oasisprotocol/sapphire-wagmi-v2';

        export const config = createConfig({
        connectors: [
        injectedWithSapphire()
        ],
        ...
        });

        Returns ReturnType<typeof injected>

        Same as injected()

        -
        \ No newline at end of file +
        \ No newline at end of file