diff --git a/enums/_internal_.LogLevel.html b/enums/_internal_.LogLevel.html index d2b8ab2..fd99378 100644 --- a/enums/_internal_.LogLevel.html +++ b/enums/_internal_.LogLevel.html @@ -1,6 +1,6 @@ -LogLevel | Valorem React Hooks Docs - v0.0.2

Enumeration Members

Debug +LogLevel | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

Debug: 0
Error: 3
Info: 1
Silent: 4
Warn: 2

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/ValoremProvider.html b/functions/ValoremProvider.html index d87e708..8c6aaf0 100644 --- a/functions/ValoremProvider.html +++ b/functions/ValoremProvider.html @@ -1 +1 @@ -ValoremProvider | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file +ValoremProvider | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/usePromiseClient.html b/functions/usePromiseClient.html index c46fd50..7d3efec 100644 --- a/functions/usePromiseClient.html +++ b/functions/usePromiseClient.html @@ -1,2 +1,2 @@ usePromiseClient | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file +

Type Parameters

Parameters

Returns PromiseClient<T>

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/useRFQ.html b/functions/useRFQ.html index c67f18d..32f45e2 100644 --- a/functions/useRFQ.html +++ b/functions/useRFQ.html @@ -1 +1 @@ -useRFQ | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file +useRFQ | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/useSpotPrice.html b/functions/useSpotPrice.html index afa3541..d8f6547 100644 --- a/functions/useSpotPrice.html +++ b/functions/useSpotPrice.html @@ -1 +1 @@ -useSpotPrice | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file +useSpotPrice | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/UseRFQConfig.html b/interfaces/UseRFQConfig.html index 8686b02..740176e 100644 --- a/interfaces/UseRFQConfig.html +++ b/interfaces/UseRFQConfig.html @@ -1,5 +1,5 @@ -UseRFQConfig | Valorem React Hooks Docs - v0.0.2

Hierarchy

  • UseRFQConfig

Properties

enabled? +UseRFQConfig | Valorem React Hooks Docs - v0.0.2

Hierarchy

  • UseRFQConfig

Properties

enabled?: boolean
onError?: ((err) => void)

Type declaration

    • (err): void
    • Parameters

      Returns void

quoteRequest: undefined | QuoteRequest | {
    action: Action;
    amount: bigint;
    tokenId: undefined | bigint;
}

Type declaration

  • action: Action
  • amount: bigint
  • tokenId: undefined | bigint
timeoutMs?: number

Generated using TypeDoc

\ No newline at end of file +

Properties

enabled?: boolean
onError?: ((err) => void)

Type declaration

    • (err): void
    • Parameters

      Returns void

quoteRequest: undefined | QuoteRequest | {
    action: Action;
    amount: bigint;
    tokenId: undefined | bigint;
}

Type declaration

  • action: Action
  • amount: bigint
  • tokenId: undefined | bigint
timeoutMs?: number

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/UseRFQReturn.html b/interfaces/UseRFQReturn.html index cc68f5f..aa70858 100644 --- a/interfaces/UseRFQReturn.html +++ b/interfaces/UseRFQReturn.html @@ -1,3 +1,3 @@ -UseRFQReturn | Valorem React Hooks Docs - v0.0.2

Hierarchy

  • UseRFQReturn

Properties

error? +UseRFQReturn | Valorem React Hooks Docs - v0.0.2

Hierarchy

  • UseRFQReturn

Properties

Properties

error?: Error
quotes?: {
    chainId: undefined | number;
    makerAddress: `0x${string}`;
    order: {
        parameters: {
            conduitKey: `0x${string}`;
            consideration: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                recipient: `0x${string}`;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            endTime: bigint;
            offer: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            offerer: `0x${string}`;
            orderType: any;
            salt: bigint;
            startTime: bigint;
            totalOriginalConsiderationItems: bigint;
            zone: `0x${string}`;
            zoneHash: `0x${string}`;
        };
        signature: `0x${string}`;
    };
    seaportAddress: `0x${string}`;
    ulid: bigint;
}[]

Type declaration

  • chainId: undefined | number
  • makerAddress: `0x${string}`
  • order: {
        parameters: {
            conduitKey: `0x${string}`;
            consideration: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                recipient: `0x${string}`;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            endTime: bigint;
            offer: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            offerer: `0x${string}`;
            orderType: any;
            salt: bigint;
            startTime: bigint;
            totalOriginalConsiderationItems: bigint;
            zone: `0x${string}`;
            zoneHash: `0x${string}`;
        };
        signature: `0x${string}`;
    }
    • parameters: {
          conduitKey: `0x${string}`;
          consideration: {
              endAmount: bigint;
              identifierOrCriteria: bigint;
              itemType: any;
              recipient: `0x${string}`;
              startAmount: bigint;
              token: `0x${string}`;
          }[];
          endTime: bigint;
          offer: {
              endAmount: bigint;
              identifierOrCriteria: bigint;
              itemType: any;
              startAmount: bigint;
              token: `0x${string}`;
          }[];
          offerer: `0x${string}`;
          orderType: any;
          salt: bigint;
          startTime: bigint;
          totalOriginalConsiderationItems: bigint;
          zone: `0x${string}`;
          zoneHash: `0x${string}`;
      }
      • conduitKey: `0x${string}`
      • consideration: {
            endAmount: bigint;
            identifierOrCriteria: bigint;
            itemType: any;
            recipient: `0x${string}`;
            startAmount: bigint;
            token: `0x${string}`;
        }[]
      • endTime: bigint
      • offer: {
            endAmount: bigint;
            identifierOrCriteria: bigint;
            itemType: any;
            startAmount: bigint;
            token: `0x${string}`;
        }[]
      • offerer: `0x${string}`
      • orderType: any
      • salt: bigint
      • startTime: bigint
      • totalOriginalConsiderationItems: bigint
      • zone: `0x${string}`
      • zoneHash: `0x${string}`
    • signature: `0x${string}`
  • seaportAddress: `0x${string}`
  • ulid: bigint

Generated using TypeDoc

\ No newline at end of file +

Properties

error?: Error
quotes?: {
    chainId: undefined | number;
    makerAddress: `0x${string}`;
    order: {
        parameters: {
            conduitKey: `0x${string}`;
            consideration: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                recipient: `0x${string}`;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            endTime: bigint;
            offer: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            offerer: `0x${string}`;
            orderType: any;
            salt: bigint;
            startTime: bigint;
            totalOriginalConsiderationItems: bigint;
            zone: `0x${string}`;
            zoneHash: `0x${string}`;
        };
        signature: `0x${string}`;
    };
    seaportAddress: `0x${string}`;
    ulid: bigint;
}[]

Type declaration

  • chainId: undefined | number
  • makerAddress: `0x${string}`
  • order: {
        parameters: {
            conduitKey: `0x${string}`;
            consideration: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                recipient: `0x${string}`;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            endTime: bigint;
            offer: {
                endAmount: bigint;
                identifierOrCriteria: bigint;
                itemType: any;
                startAmount: bigint;
                token: `0x${string}`;
            }[];
            offerer: `0x${string}`;
            orderType: any;
            salt: bigint;
            startTime: bigint;
            totalOriginalConsiderationItems: bigint;
            zone: `0x${string}`;
            zoneHash: `0x${string}`;
        };
        signature: `0x${string}`;
    }
    • parameters: {
          conduitKey: `0x${string}`;
          consideration: {
              endAmount: bigint;
              identifierOrCriteria: bigint;
              itemType: any;
              recipient: `0x${string}`;
              startAmount: bigint;
              token: `0x${string}`;
          }[];
          endTime: bigint;
          offer: {
              endAmount: bigint;
              identifierOrCriteria: bigint;
              itemType: any;
              startAmount: bigint;
              token: `0x${string}`;
          }[];
          offerer: `0x${string}`;
          orderType: any;
          salt: bigint;
          startTime: bigint;
          totalOriginalConsiderationItems: bigint;
          zone: `0x${string}`;
          zoneHash: `0x${string}`;
      }
      • conduitKey: `0x${string}`
      • consideration: {
            endAmount: bigint;
            identifierOrCriteria: bigint;
            itemType: any;
            recipient: `0x${string}`;
            startAmount: bigint;
            token: `0x${string}`;
        }[]
      • endTime: bigint
      • offer: {
            endAmount: bigint;
            identifierOrCriteria: bigint;
            itemType: any;
            startAmount: bigint;
            token: `0x${string}`;
        }[]
      • offerer: `0x${string}`
      • orderType: any
      • salt: bigint
      • startTime: bigint
      • totalOriginalConsiderationItems: bigint
      • zone: `0x${string}`
      • zoneHash: `0x${string}`
    • signature: `0x${string}`
  • seaportAddress: `0x${string}`
  • ulid: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/UseSpotPriceConfig.html b/interfaces/UseSpotPriceConfig.html index ded1574..62353da 100644 --- a/interfaces/UseSpotPriceConfig.html +++ b/interfaces/UseSpotPriceConfig.html @@ -1,3 +1,3 @@ -UseSpotPriceConfig | Valorem React Hooks Docs - v0.0.2

Interface UseSpotPriceConfig<TToken>

Type Parameters

Hierarchy

  • UseSpotPriceConfig

Properties

enabled? +UseSpotPriceConfig | Valorem React Hooks Docs - v0.0.2

Interface UseSpotPriceConfig<TToken>

Type Parameters

Hierarchy

  • UseSpotPriceConfig

Properties

enabled?: boolean
spotPriceRequest?: {
    chainId: number;
    tokens: NonNullable<TToken>;
}

Type declaration

Generated using TypeDoc

\ No newline at end of file +

Properties

enabled?: boolean
spotPriceRequest?: {
    chainId: number;
    tokens: NonNullable<TToken>;
}

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/UseSpotPriceReturn.html b/interfaces/UseSpotPriceReturn.html index 0454efc..076d122 100644 --- a/interfaces/UseSpotPriceReturn.html +++ b/interfaces/UseSpotPriceReturn.html @@ -1,2 +1,2 @@ -UseSpotPriceReturn | Valorem React Hooks Docs - v0.0.2

Interface UseSpotPriceReturn<TTokens>

Type Parameters

Hierarchy

  • UseSpotPriceReturn

Properties

Properties

spotPrices?: Record<InferSymbols<TTokens>, Price>

Generated using TypeDoc

\ No newline at end of file +UseSpotPriceReturn | Valorem React Hooks Docs - v0.0.2

Interface UseSpotPriceReturn<TTokens>

Type Parameters

Hierarchy

  • UseSpotPriceReturn

Properties

Properties

spotPrices?: Record<InferSymbols<TTokens>, Price>

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/ValoremProviderProps.html b/interfaces/ValoremProviderProps.html index a467bad..95fb1a6 100644 --- a/interfaces/ValoremProviderProps.html +++ b/interfaces/ValoremProviderProps.html @@ -1,5 +1,5 @@ -ValoremProviderProps | Valorem React Hooks Docs - v0.0.2

Interface ValoremProviderProps

Hierarchy

Properties

children? +ValoremProviderProps | Valorem React Hooks Docs - v0.0.2

Interface ValoremProviderProps

Hierarchy

Properties

children?: ReactNode
grpcConfig?: GRPCProviderProps
logLevel?: LogLevel
siweConfig?: SIWEProps

Generated using TypeDoc

\ No newline at end of file +

Properties

children?: ReactNode
grpcConfig?: GRPCProviderProps
logLevel?: LogLevel
siweConfig?: SIWEProps

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/_internal_.GRPCProviderProps.html b/interfaces/_internal_.GRPCProviderProps.html index 7d2dada..14d79f0 100644 --- a/interfaces/_internal_.GRPCProviderProps.html +++ b/interfaces/_internal_.GRPCProviderProps.html @@ -1,3 +1,3 @@ -GRPCProviderProps | Valorem React Hooks Docs - v0.0.2

Hierarchy

Properties

children? +GRPCProviderProps | Valorem React Hooks Docs - v0.0.2

Hierarchy

Properties

children?: ReactNode
useDefaultReactQueryProvider?: boolean

Generated using TypeDoc

\ No newline at end of file +

Properties

children?: ReactNode
useDefaultReactQueryProvider?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/_internal_.SIWEProps.html b/interfaces/_internal_.SIWEProps.html index 6f1a1cd..031d5ef 100644 --- a/interfaces/_internal_.SIWEProps.html +++ b/interfaces/_internal_.SIWEProps.html @@ -1,4 +1,4 @@ -SIWEProps | Valorem React Hooks Docs - v0.0.2

Hierarchy

Properties

children? +SIWEProps | Valorem React Hooks Docs - v0.0.2

Hierarchy

Properties

children?: ReactNode
onSignIn?: ((data?) => void)

Type declaration

    • (data?): void
    • Parameters

      Returns void

onSignOut?: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc

\ No newline at end of file +

Properties

children?: ReactNode
onSignIn?: ((data?) => void)

Type declaration

    • (data?): void
    • Parameters

      Returns void

onSignOut?: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/_internal_.Token.html b/interfaces/_internal_.Token.html index b455848..d6f26ec 100644 --- a/interfaces/_internal_.Token.html +++ b/interfaces/_internal_.Token.html @@ -1,5 +1,5 @@ -Token | Valorem React Hooks Docs - v0.0.2

Hierarchy

  • Token

Properties

address +Token | Valorem React Hooks Docs - v0.0.2

Generated using TypeDoc

\ No newline at end of file +

Properties

address: `0x${string}`
chainId?: number
decimals?: number
symbol: string

Generated using TypeDoc

\ No newline at end of file diff --git a/types/_internal_.InferSymbols.html b/types/_internal_.InferSymbols.html index 2ee8827..e1c469a 100644 --- a/types/_internal_.InferSymbols.html +++ b/types/_internal_.InferSymbols.html @@ -1 +1 @@ -InferSymbols | Valorem React Hooks Docs - v0.0.2

Type alias InferSymbols<TTokens>

InferSymbols<TTokens>: TTokens extends undefined
    ? "USDC" | "WETH"
    : NonNullable<TTokens>[number]["symbol"]

Type Parameters

Generated using TypeDoc

\ No newline at end of file +InferSymbols | Valorem React Hooks Docs - v0.0.2

Type alias InferSymbols<TTokens>

InferSymbols<TTokens>: TTokens extends undefined
    ? "USDC" | "WETH"
    : NonNullable<TTokens>[number]["symbol"]

Type Parameters

Generated using TypeDoc

\ No newline at end of file diff --git a/types/_internal_.Price.html b/types/_internal_.Price.html index 582d8b5..739fac5 100644 --- a/types/_internal_.Price.html +++ b/types/_internal_.Price.html @@ -1 +1 @@ -Price | Valorem React Hooks Docs - v0.0.2
Price: bigint | undefined

Generated using TypeDoc

\ No newline at end of file +Price | Valorem React Hooks Docs - v0.0.2
Price: bigint | undefined

Generated using TypeDoc

\ No newline at end of file diff --git a/types/_internal_.TokensArr.html b/types/_internal_.TokensArr.html index 4d8c0b5..8b12766 100644 --- a/types/_internal_.TokensArr.html +++ b/types/_internal_.TokensArr.html @@ -1 +1 @@ -TokensArr | Valorem React Hooks Docs - v0.0.2
TokensArr: Readonly<Token[]> | Token[] | undefined

Generated using TypeDoc

\ No newline at end of file +TokensArr | Valorem React Hooks Docs - v0.0.2
TokensArr: Readonly<Token[]> | Token[] | undefined

Generated using TypeDoc

\ No newline at end of file