123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "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"
- }
- ]
- }
- }
- ]
- }
|