{ "address": "Externa111111111111111111111111111111111111", "metadata": { "name": "external", "version": "0.1.0", "spec": "0.1.0", "description": "Created with Anchor" }, "instructions": [ { "name": "init", "discriminator": [ 220, 59, 207, 236, 108, 250, 47, 100 ], "accounts": [ { "name": "authority", "writable": true, "signer": true }, { "name": "my_account", "writable": true, "pda": { "seeds": [ { "kind": "account", "path": "authority" } ] } }, { "name": "system_program", "address": "11111111111111111111111111111111" } ], "args": [] }, { "name": "update", "discriminator": [ 219, 200, 88, 176, 158, 63, 253, 127 ], "accounts": [ { "name": "authority", "signer": true }, { "name": "my_account", "writable": true, "pda": { "seeds": [ { "kind": "account", "path": "authority" } ] } } ], "args": [ { "name": "value", "type": "u32" } ] } ], "accounts": [ { "name": "MyAccount", "discriminator": [ 246, 28, 6, 87, 251, 45, 50, 42 ] } ], "types": [ { "name": "MyAccount", "type": { "kind": "struct", "fields": [ { "name": "field", "type": "u32" } ] } } ] }