@paystreamer/sdk
Docs
GitHub
Preparing search index...
index
useSubscribe
Function useSubscribe
useSubscribe
(
params
:
UseSubscribeParams
,
)
:
{
error
:
string
|
null
;
hasAccount
:
boolean
;
isLoading
:
boolean
;
recommendedDeposit
:
bigint
;
subscribe
:
(
depositAmount
?:
bigint
)
=>
Promise
<
string
|
null
|
undefined
>
;
}
Parameters
params
:
UseSubscribeParams
Returns
{
error
:
string
|
null
;
hasAccount
:
boolean
;
isLoading
:
boolean
;
recommendedDeposit
:
bigint
;
subscribe
:
(
depositAmount
?:
bigint
)
=>
Promise
<
string
|
null
|
undefined
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
GitHub
@paystreamer/sdk
Loading...