Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/stream
index
ApiClientOptions
Interface ApiClientOptions
interface
ApiClientOptions
{
apiUrl
?:
string
;
cluster
?:
"mainnet"
|
"devnet"
;
fetchFn
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
}
Index
Properties
api
Url?
cluster?
fetch
Fn?
Properties
Optional
api
Url
apiUrl
?:
string
Optional
cluster
cluster
?:
"mainnet"
|
"devnet"
Optional
fetch
Fn
fetchFn
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Url
cluster
fetch
Fn
Streamflow SDK
Loading...