frontend
Preparing search index...
api/gameApi
pokerApi
Variable pokerApi
Const
pokerApi
:
{
exec
:
(
command
:
|
"reset"
|
"stand"
|
"bet"
|
"exchange"
|
"fold"
|
"check"
|
"call"
|
"raise"
|
"allin"
|
"odds"
,
indices
?:
number
[]
,
amount
?:
number
,
config
?:
PokerConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
PokerResponse
>
;
}
= ...
API client for the Poker /poker/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"stand"
|
"bet"
|
"exchange"
|
"fold"
|
"check"
|
"call"
|
"raise"
|
"allin"
|
"odds"
,
indices
?:
number
[]
,
amount
?:
number
,
config
?:
PokerConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
PokerResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Poker /poker/exec endpoint.