frontend
Preparing search index...
api/gameApi
holdemApi
Variable holdemApi
Const
holdemApi
:
{
exec
:
(
command
:
HoldemLikeCommand
,
amount
?:
number
,
config
?:
HoldemConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
HoldemResponse
>
;
}
= ...
API client for the Texas Hold'em /holdem/exec endpoint.
Type Declaration
exec
:
(
command
:
HoldemLikeCommand
,
amount
?:
number
,
config
?:
HoldemConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
HoldemResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Texas Hold'em /holdem/exec endpoint.