Vaulta

tipitaccount

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "checkuser",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    },
    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "eosto",
          "type": "string"
        },
        {
          "name": "eosfrom",
          "type": "string"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "fromemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "deptxid",
          "type": "string"
        },
        {
          "name": "prevtxid",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        }
      ]
    },
    {
      "name": "linkaccount",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "primaryid",
          "type": "string"
        },
        {
          "name": "primplat",
          "type": "string"
        },
        {
          "name": "secid",
          "type": "string"
        },
        {
          "name": "secplat",
          "type": "string"
        },
        {
          "name": "refmemo",
          "type": "string"
        }
      ]
    },
    {
      "name": "makebucket",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "bucketname",
          "type": "string"
        },
        {
          "name": "ownerid",
          "type": "string"
        },
        {
          "name": "ownerplat",
          "type": "string"
        },
        {
          "name": "refmemo",
          "type": "string"
        }
      ]
    },
    {
      "name": "sendtip",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "touser",
          "type": "string"
        },
        {
          "name": "tomemo",
          "type": "string"
        },
        {
          "name": "fromuser",
          "type": "string"
        },
        {
          "name": "frommemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "platformid",
          "type": "string"
        },
        {
          "name": "whotype",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "prevtx",
          "type": "string"
        },
        {
          "name": "previd",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        }
      ]
    },
    {
      "name": "txbucket",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "bucketname",
          "type": "string"
        },
        {
          "name": "fromid",
          "type": "string"
        },
        {
          "name": "fromplat",
          "type": "string"
        },
        {
          "name": "toid",
          "type": "string"
        },
        {
          "name": "toplat",
          "type": "string"
        },
        {
          "name": "refmemo",
          "type": "string"
        }
      ]
    },
    {
      "name": "withdrawal",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "eosto",
          "type": "string"
        },
        {
          "name": "eosfrom",
          "type": "string"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "fromemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "prevtxid",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        },
        {
          "name": "witxid",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "checkuser",
      "type": "checkuser",
      "ricardian_contract": ""
    },
    {
      "name": "deposit",
      "type": "deposit",
      "ricardian_contract": ""
    },
    {
      "name": "linkaccount",
      "type": "linkaccount",
      "ricardian_contract": ""
    },
    {
      "name": "makebucket",
      "type": "makebucket",
      "ricardian_contract": ""
    },
    {
      "name": "sendtip",
      "type": "sendtip",
      "ricardian_contract": ""
    },
    {
      "name": "txbucket",
      "type": "txbucket",
      "ricardian_contract": ""
    },
    {
      "name": "withdrawal",
      "type": "withdrawal",
      "ricardian_contract": ""
    }
  ],
  "tables": [],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}