forked from pileks/squads-idl-deploy-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathafter_pull.json
More file actions
90 lines (90 loc) · 1.52 KB
/
Copy pathafter_pull.json
File metadata and controls
90 lines (90 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"accounts": [
{
"discriminator": [
159,
117,
95,
227,
239,
151,
58,
236
],
"name": "User"
}
],
"address": "YMEAkN6gFcPhRYAHs8qvo1b78X5FPUErFCidpkkmdev",
"instructions": [
{
"accounts": [
{
"name": "user",
"pda": {
"seeds": [
{
"kind": "const",
"value": [
117,
115,
101,
114
]
}
]
},
"writable": true
},
{
"name": "payer",
"signer": true,
"writable": true
},
{
"address": "11111111111111111111111111111111",
"name": "system_program"
}
],
"args": [],
"discriminator": [
175,
175,
109,
31,
13,
152,
155,
237
],
"name": "initialize"
}
],
"metadata": {
"description": "Created with Anchor",
"name": "idl_example",
"spec": "0.1.0",
"version": "0.1.0"
},
"types": [
{
"name": "User",
"type": {
"fields": [
{
"name": "name",
"type": "string"
},
{
"name": "age",
"type": "u8"
},
{
"name": "bump",
"type": "u8"
}
],
"kind": "struct"
}
}
]
}