Jungle 4 (Testnet)

lightacct.gm

Contract

  • Action parameter in send

    {
      "name": "send",
      "base": "",
      "fields": [
        {
          "name": "from_id",
          "type": "uint64"
        },
        {
          "name": "to_key",
          "type": "public_key"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }