act_coin_blast.go 104 B

123456
  1. package model
  2. type CoinBlastRepoConf struct {
  3. Type string `json:"type"`
  4. Bet float64 `json:"bet"`
  5. }