Documentation
Preparing search index...
@naviprotocol/lending
NaviSuiGrpcEndpoint
Type Alias NaviSuiGrpcEndpoint
type
NaviSuiGrpcEndpoint
=
{
fetch
?:
typeof
fetch
;
fetchInit
?:
Omit
<
RequestInit
,
"body"
|
"headers"
|
"method"
|
"signal"
>
;
headers
?:
Record
<
string
,
string
>
;
url
:
string
;
}
Index
Properties
fetch?
fetch
Init?
headers?
url
Properties
Optional
fetch
fetch
?:
typeof
fetch
Optional
fetch
Init
fetchInit
?:
Omit
<
RequestInit
,
"body"
|
"headers"
|
"method"
|
"signal"
>
Optional
headers
headers
?:
Record
<
string
,
string
>
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
fetch
Init
headers
url
Documentation
Loading...