Jungle 4 (Testnet)

platform.gm

Contract

The actions for this contract with their input parameters and potential response data.

  • cleartable

    DEBUG: cleartable action

    Request Parameters
    table_name name
    scope name?
    max_rows uint64?
  • enable

    Enable/disable platform

    Request Parameters
    enabled bool
  • enablegame

    Enable/disbable a game

    Request Parameters
    contract name
    enabled bool
  • foundcompany

    Found a new company

    Request Parameters
    account name
    name string
  • setepochtime

    DEBUG: override a game's epoch time

    Request Parameters
    contract name
    epochtime uint32
  • startgame

    Start a new game

    Request Parameters
    contract name
    config game_config
    meta game_meta
    state game_state
  • updategame

    Update game information

    Request Parameters
    contract name
    meta game_meta
  • wipe

    DEBUG: wipe action

    Request Parameters
    No action parameters.