Commit ed933ac 1 parent ef961ad commit ed933ac Copy full SHA for ed933ac
File tree 4 files changed +4
-76
lines changed
4 files changed +4
-76
lines changed Original file line number Diff line number Diff line change 30
30
"isMut" : false ,
31
31
"isSigner" : false
32
32
},
33
- {
34
- "name" : " counter" ,
35
- "isMut" : true ,
36
- "isSigner" : false
37
- },
38
33
{
39
34
"name" : " systemProgram" ,
40
35
"isMut" : false ,
78
73
"docs" : [
79
74
" computes and the on-chain code correctly passes on the PDA."
80
75
]
81
- },
82
- {
83
- "name" : " counter" ,
84
- "isMut" : true ,
85
- "isSigner" : false
86
76
}
87
77
],
88
78
"args" : [
93
83
]
94
84
}
95
85
],
96
- "accounts" : [
97
- {
98
- "name" : " Counter" ,
99
- "type" : {
100
- "kind" : " struct" ,
101
- "fields" : [
102
- {
103
- "name" : " count" ,
104
- "type" : " u64"
105
- }
106
- ]
107
- }
108
- }
109
- ],
110
86
"metadata" : {
111
- "address" : " BgabMDLaxsyB7eGMBt9L22MSk9KMrL4zY2iNe14kyFP5 "
87
+ "address" : " 7R368vaW4Ztt8ShPuBRaaCqSTumLCVMbc1na4ajR5y4G "
112
88
}
113
89
}
Original file line number Diff line number Diff line change 1439
1439
"kind" : " struct" ,
1440
1440
"fields" : [
1441
1441
{
1442
- "name" : " revertOnDelay " ,
1442
+ "name" : " revertWhenNotReady " ,
1443
1443
"type" : " bool"
1444
1444
}
1445
1445
]
Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ export type DummyTransferHook = {
30
30
"isMut" : false ,
31
31
"isSigner" : false
32
32
} ,
33
- {
34
- "name" : "counter" ,
35
- "isMut" : true ,
36
- "isSigner" : false
37
- } ,
38
33
{
39
34
"name" : "systemProgram" ,
40
35
"isMut" : false ,
@@ -78,11 +73,6 @@ export type DummyTransferHook = {
78
73
"docs" : [
79
74
"computes and the on-chain code correctly passes on the PDA."
80
75
]
81
- } ,
82
- {
83
- "name" : "counter" ,
84
- "isMut" : true ,
85
- "isSigner" : false
86
76
}
87
77
] ,
88
78
"args" : [
@@ -92,20 +82,6 @@ export type DummyTransferHook = {
92
82
}
93
83
]
94
84
}
95
- ] ,
96
- "accounts" : [
97
- {
98
- "name" : "counter" ,
99
- "type" : {
100
- "kind" : "struct" ,
101
- "fields" : [
102
- {
103
- "name" : "count" ,
104
- "type" : "u64"
105
- }
106
- ]
107
- }
108
- }
109
85
]
110
86
} ;
111
87
@@ -141,11 +117,6 @@ export const IDL: DummyTransferHook = {
141
117
"isMut" : false ,
142
118
"isSigner" : false
143
119
} ,
144
- {
145
- "name" : "counter" ,
146
- "isMut" : true ,
147
- "isSigner" : false
148
- } ,
149
120
{
150
121
"name" : "systemProgram" ,
151
122
"isMut" : false ,
@@ -189,11 +160,6 @@ export const IDL: DummyTransferHook = {
189
160
"docs" : [
190
161
"computes and the on-chain code correctly passes on the PDA."
191
162
]
192
- } ,
193
- {
194
- "name" : "counter" ,
195
- "isMut" : true ,
196
- "isSigner" : false
197
163
}
198
164
] ,
199
165
"args" : [
@@ -203,19 +169,5 @@ export const IDL: DummyTransferHook = {
203
169
}
204
170
]
205
171
}
206
- ] ,
207
- "accounts" : [
208
- {
209
- "name" : "counter" ,
210
- "type" : {
211
- "kind" : "struct" ,
212
- "fields" : [
213
- {
214
- "name" : "count" ,
215
- "type" : "u64"
216
- }
217
- ]
218
- }
219
- }
220
172
]
221
173
} ;
Original file line number Diff line number Diff line change @@ -1471,7 +1471,7 @@ export type ExampleNativeTokenTransfers = {
1471
1471
"kind" : "struct" ,
1472
1472
"fields" : [
1473
1473
{
1474
- "name" : "revertOnDelay " ,
1474
+ "name" : "revertWhenNotReady " ,
1475
1475
"type" : "bool"
1476
1476
}
1477
1477
]
@@ -3353,7 +3353,7 @@ export const IDL: ExampleNativeTokenTransfers = {
3353
3353
"kind" : "struct" ,
3354
3354
"fields" : [
3355
3355
{
3356
- "name" : "revertOnDelay " ,
3356
+ "name" : "revertWhenNotReady " ,
3357
3357
"type" : "bool"
3358
3358
}
3359
3359
]
You can’t perform that action at this time.
0 commit comments