Preparing search index...
The search index is not available
Valorem React Hooks Docs - v0.0.8
Valorem React Hooks Docs
<internal>
MethodInfoUnary
Interface MethodInfoUnary<I, O>
A unary method: rpc (Input) returns (Output)
interface
MethodInfoUnary
{
I
:
MessageType
<
I
>
;
O
:
MessageType
<
O
>
;
idempotency
?:
MethodIdempotency
;
kind
:
Unary
;
name
:
string
;
}
Type Parameters
I
extends
Message
<
I
>
O
extends
Message
<
O
>
Hierarchy
miShared
<
I
,
O
>
MethodInfoUnary
Index
Properties
I
O
idempotency?
kind
name
Properties
I
I
:
MessageType
<
I
>
O
O
:
MessageType
<
O
>
Optional
Readonly
idempotency
idempotency
?:
MethodIdempotency
Readonly
kind
kind
:
Unary
Readonly
name
name
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
I
O
idempotency
kind
name
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
A unary method: rpc (Input) returns (Output)