{ "version": "0.1.0", "name": "counter_mpl_stack", "instructions": [ { "name": "Increment", "accounts": [ { "name": "counter", "isMut": true, "isSigner": false, "desc": "Counter account to increment" } ], "args": [], "discriminant": { "type": "u8", "value": 0 } } ], "accounts": [ { "name": "Counter", "type": { "kind": "struct", "fields": [ { "name": "count", "type": "u64" } ] } } ], "metadata": { "origin": "shank", "address": "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS", "binaryVersion": "0.0.8", "libVersion": "0.0.8" } }