
Action parameter in dicereceipt
{ "name": "dicereceipt", "base": "", "fields": [ { "name": "bettor", "type": "name" }, { "name": "bet_amount", "type": "asset" }, { "name": "bet_time", "type": "time_point_sec" }, { "name": "is_over", "type": "bool" }, { "name": "dice_num", "type": "int32" }, { "name": "bet_num", "type": "int32" }, { "name": "distribution", "type": "float32" }, { "name": "prize", "type": "asset" }, { "name": "seed", "type": "string" }, { "name": "bet_txid", "type": "string" }, { "name": "usedeposit", "type": "bool" } ] }