git.delta.rocks / unique-network / refs/commits / 3a01a5229f7a

difftreelog

source

tests/src/balance-transfer-contract/metadata.json1.7 KiBsourcehistory
1{2  "registry": {3    "strings": [4      "Storage",5      "calls",6      "__ink_private",7      "__ink_storage",8      "new",9      "balance_transfer",10      "dest",11      "AccountId",12      "value",13      "Balance"14    ],15    "types": [16      {17        "id": {18          "custom.name": 1,19          "custom.namespace": [20            2,21            2,22            3,23            424          ],25          "custom.params": []26        },27        "def": {28          "struct.fields": []29        }30      },31      {32        "id": {33          "array.len": 32,34          "array.type": 335        },36        "def": "builtin"37      },38      {39        "id": "u8",40        "def": "builtin"41      },42      {43        "id": "u128",44        "def": "builtin"45      }46    ]47  },48  "storage": {49    "struct.type": 1,50    "struct.fields": []51  },52  "contract": {53    "name": 2,54    "constructors": [55      {56        "name": 5,57        "selector": "[\"0x5E\",\"0xBD\",\"0x88\",\"0xD6\"]",58        "args": [],59        "docs": []60      }61    ],62    "messages": [63      {64        "name": 6,65        "selector": "[\"0xEC\",\"0x9F\",\"0xA4\",\"0xF0\"]",66        "mutates": false,67        "args": [68          {69            "name": 7,70            "type": {71              "ty": 2,72              "display_name": [73                874              ]75            }76          },77          {78            "name": 9,79            "type": {80              "ty": 4,81              "display_name": [82                1083              ]84            }85          }86        ],87        "return_type": null,88        "docs": [89          "Dispatches a `transfer` call to the Balances srml module"90        ]91      }92    ],93    "events": [],94    "docs": []95  }96}