@public/client-core
Preparing search index...
stores/BetStore
BetStore
Class BetStore
Index
Constructors
constructor
Properties
converted
Currency
currency
Accessors
amount
converted
Amount
Methods
set
Config
Constructors
constructor
new
BetStore
(
wallet
:
WalletStore
)
:
BetStore
Parameters
wallet
:
WalletStore
Returns
BetStore
Properties
converted
Currency
convertedCurrency
:
|
"BTC"
|
"ETH"
|
"TON"
|
"USDT"
|
"USDC"
|
"LTC"
|
"BCH"
|
"BNB"
|
"DASH"
|
"DOGE"
|
"TRX"
|
"XMR"
|
"ZEC"
|
"XRP"
|
"ADA"
|
"ETC"
|
"USD"
|
"EUR"
|
"GBP"
|
"UAH"
|
"RUB"
|
"KZT"
|
"INR"
|
"BRL"
|
"CAD"
|
"AUD"
|
"NZD"
|
"CHF"
|
"NOK"
|
"SEK"
|
"DKK"
|
"PLN"
|
"CZK"
|
"HUF"
|
"TRY"
|
"RON"
|
"BGN"
|
"ZAR"
|
"MXN"
|
"ARS"
|
"CLP"
|
"COP"
|
"PEN"
|
"VND"
|
"IDR"
|
"UZS"
|
"AZN"
|
"KGS"
|
"PKR"
|
"BDT"
|
"JPY"
|
"KRW"
|
"SGD"
|
"NGN"
|
"AED"
|
"CNY"
|
"THB"
|
"HKD"
|
"DEMO"
currency
currency
:
|
"BTC"
|
"ETH"
|
"TON"
|
"USDT"
|
"USDC"
|
"LTC"
|
"BCH"
|
"BNB"
|
"DASH"
|
"DOGE"
|
"TRX"
|
"XMR"
|
"ZEC"
|
"XRP"
|
"ADA"
|
"ETC"
|
"USD"
|
"EUR"
|
"GBP"
|
"UAH"
|
"RUB"
|
"KZT"
|
"INR"
|
"BRL"
|
"CAD"
|
"AUD"
|
"NZD"
|
"CHF"
|
"NOK"
|
"SEK"
|
"DKK"
|
"PLN"
|
"CZK"
|
"HUF"
|
"TRY"
|
"RON"
|
"BGN"
|
"ZAR"
|
"MXN"
|
"ARS"
|
"CLP"
|
"COP"
|
"PEN"
|
"VND"
|
"IDR"
|
"UZS"
|
"AZN"
|
"KGS"
|
"PKR"
|
"BDT"
|
"JPY"
|
"KRW"
|
"SGD"
|
"NGN"
|
"AED"
|
"CNY"
|
"THB"
|
"HKD"
|
"DEMO"
Accessors
amount
get
amount
()
:
string
Returns
string
set
amount
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
converted
Amount
get
convertedAmount
()
:
number
Returns
number
Methods
set
Config
setConfig
(
config
:
BetConfig
)
:
void
Set the config for the bet store.
Parameters
config
:
BetConfig
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
converted
Currency
currency
Accessors
amount
converted
Amount
Methods
set
Config
@public/client-core
Loading...
Set the config for the bet store.