Jungle 4 (Testnet)

unicove2.gm

컨트랙트

  • account의 액션 반환 유형

    {
      "name": "get_account_response",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "contracthash",
          "type": "checksum256"
        },
        {
          "name": "balance",
          "type": "token_balance"
        },
        {
          "name": "delegations",
          "type": "delegated_bandwidth[]"
        },
        {
          "name": "proposals",
          "type": "proposal[]"
        },
        {
          "name": "refund",
          "type": "refund_request"
        },
        {
          "name": "rexbal",
          "type": "rex_balance"
        },
        {
          "name": "rexfund",
          "type": "rex_fund"
        },
        {
          "name": "vote",
          "type": "voter_info"
        },
        {
          "name": "giftedram",
          "type": "gifted_ram"
        },
        {
          "name": "balances",
          "type": "token_balance[]"
        },
        {
          "name": "created",
          "type": "time_point"
        }
      ]
    }