Jungle 4 (Testnet)

lightacct.gm

合约

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "authkey",
      "base": "",
      "fields": [
        {
          "name": "credential_ids",
          "type": "uint64[]"
        }
      ]
    },
    {
      "name": "balance",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "keyhost",
          "type": "name"
        },
        {
          "name": "core_symbol",
          "type": "symbol"
        },
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "system_contract",
          "type": "name"
        },
        {
          "name": "next_credential_id",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "credential",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "key",
          "type": "public_key"
        },
        {
          "name": "key_hash",
          "type": "checksum256"
        }
      ]
    },
    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "keyhost",
          "type": "name"
        },
        {
          "name": "core_symbol",
          "type": "symbol"
        },
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "system_contract",
          "type": "name"
        }
      ]
    },
    {
      "name": "reset",
      "base": "",
      "fields": []
    },
    {
      "name": "send",
      "base": "",
      "fields": [
        {
          "name": "from_id",
          "type": "uint64"
        },
        {
          "name": "to_key",
          "type": "public_key"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "credential_id",
          "type": "uint64"
        },
        {
          "name": "to_account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "authkey",
      "type": "authkey",
      "ricardian_contract": ""
    },
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "reset",
      "type": "reset",
      "ricardian_contract": ""
    },
    {
      "name": "send",
      "type": "send",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "balances",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "balance"
    },
    {
      "name": "config",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "config_row"
    },
    {
      "name": "credentials",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "credential"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}