Documentation
Preparing search index...
@naviprotocol/lending
NaviSuiClientBundle
Type Alias NaviSuiClientBundle
type
NaviSuiClientBundle
=
{
coreClient
:
NaviCoreClient
;
graphql
?:
NaviCoreClient
&
{
query
(
options
:
any
)
:
Promise
<
any
>
}
;
grpc
:
NaviCoreClient
;
legacyJsonRpc
?:
NaviJsonRpcCompatClient
;
network
:
NaviSuiNetwork
;
services
?:
NaviSdkServiceOptions
;
}
Index
Properties
core
Client
graphql?
grpc
legacy
Json
Rpc?
network
services?
Properties
core
Client
coreClient
:
NaviCoreClient
Optional
graphql
graphql
?:
NaviCoreClient
&
{
query
(
options
:
any
)
:
Promise
<
any
>
}
grpc
grpc
:
NaviCoreClient
Optional
legacy
Json
Rpc
legacyJsonRpc
?:
NaviJsonRpcCompatClient
Deprecated
JSON-RPC is a short-lived compatibility transport.
network
network
:
NaviSuiNetwork
Optional
services
services
?:
NaviSdkServiceOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
core
Client
graphql
grpc
legacy
Json
Rpc
network
services
Documentation
Loading...
Deprecated
JSON-RPC is a short-lived compatibility transport.