@public/client-core
Preparing search index...
types/game.types
GameHistoryRecord
Type Alias GameHistoryRecord
type
GameHistoryRecord
=
{
betAmount
:
number
;
createdAt
:
string
;
currency
:
string
;
fairness
:
{
clientSeed
:
string
;
combinedHash
:
string
;
decimal
:
string
;
hashedServerSeed
:
string
;
serverSeed
:
string
;
}
;
gameMeta
:
any
;
id
:
string
;
operatorId
:
string
;
userId
:
string
;
win
:
number
;
withdrawCoeff
:
number
;
}
Index
Properties
bet
Amount
created
At
currency
fairness
game
Meta
id
operator
Id
user
Id
win
withdraw
Coeff
Properties
bet
Amount
betAmount
:
number
created
At
createdAt
:
string
currency
currency
:
string
fairness
fairness
:
{
clientSeed
:
string
;
combinedHash
:
string
;
decimal
:
string
;
hashedServerSeed
:
string
;
serverSeed
:
string
;
}
game
Meta
gameMeta
:
any
id
id
:
string
operator
Id
operatorId
:
string
user
Id
userId
:
string
win
win
:
number
withdraw
Coeff
withdrawCoeff
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bet
Amount
created
At
currency
fairness
game
Meta
id
operator
Id
user
Id
win
withdraw
Coeff
@public/client-core
Loading...