Jungle 4 (Testnet)

platform.gm

合约

此合约的操作及其输入参数和潜在的响应数据。

  • cleartable

    DEBUG: cleartable action

    请求参数
    table_name name
    scope name?
    max_rows uint64?
  • enable

    Enable/disable platform

    请求参数
    enabled bool
  • enablegame

    Enable/disbable a game

    请求参数
    contract name
    enabled bool
  • foundcompany

    Found a new company

    请求参数
    account name
    name string
  • setepochtime

    DEBUG: override a game's epoch time

    请求参数
    contract name
    epochtime uint32
  • startgame

    Start a new game

    请求参数
    contract name
    config game_config
    meta game_meta
    state game_state
  • updategame

    Update game information

    请求参数
    contract name
    meta game_meta
  • wipe

    DEBUG: wipe action

    请求参数
    没有操作参数。