Preparing search index...
The search index is not available
Valorem React Hooks Docs - v0.0.8
Valorem React Hooks Docs
<internal>
PrimitiveTypeLookup
Type alias PrimitiveTypeLookup<TAbiType, TAbiParameterKind>
Primitive
Type
Lookup
<
TAbiType
,
TAbiParameterKind
>
:
{
[
_
in
SolidityAddress
]
:
ResolvedConfig
[
"AddressType"
]
}
&
{
[
_
in
SolidityBool
]
:
boolean
}
&
{
[
_
in
SolidityBytes
]
:
ResolvedConfig
[
"BytesType"
]
[
TAbiParameterKind
]
}
&
{
[
_
in
SolidityFunction
]
:
`
${
ResolvedConfig
[
"AddressType"
]
}
${
string
}
`
}
&
{
[
_
in
SolidityInt
]
:
TAbiType
extends
`
${
"u"
|
""
}
int
${
infer
TBits
}
`
?
TBits
extends
keyof
BitsTypeLookup
?
BitsTypeLookup
[
TBits
]
:
Error
<
"Unknown bits value."
>
:
Error
<
"Unknown 'SolidityInt' format."
>
}
&
{
[
_
in
SolidityString
]
:
string
}
&
{
[
_
in
SolidityTuple
]
:
Record
<
string
,
unknown
>
}
&
{
[
_
in
SolidityArray
]
:
readonly
unknown
[]
}
Type Parameters
TAbiType
extends
AbiType
TAbiParameterKind
extends
AbiParameterKind
=
AbiParameterKind
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Valorem React Hooks Docs - v0.0.8
<internal>
LogLevel
GRPCProviderProps
SIWEProps
StreamResponseMessage
UseRFQConfig
UseSoftQuoteConfig
UseSpotPriceConfig
UseSpotPriceReturn
ValoremProviderProps
MethodServerStreamingDescriptor
MethodUnaryDescriptor
UseRFQReturn
UseSoftQuoteReturn
Auth
Fees
RFQ
Spot
authenticate
geofenced
getFeeStructure
Loading...
Generated using
TypeDoc