File tree 4 files changed +16
-73
lines changed
4 files changed +16
-73
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 1765
1765
"code" : 6022 ,
1766
1766
"name" : " BitmapIndexOutOfBounds" ,
1767
1767
"msg" : " BitmapIndexOutOfBounds"
1768
+ },
1769
+ {
1770
+ "code" : 6023 ,
1771
+ "name" : " NoRegisteredTransceivers" ,
1772
+ "msg" : " NoRegisteredTransceivers"
1768
1773
}
1769
1774
]
1770
1775
}
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 @@ -1876,6 +1876,11 @@ export type ExampleNativeTokenTransfers = {
1876
1876
"code" : 6022 ,
1877
1877
"name" : "BitmapIndexOutOfBounds" ,
1878
1878
"msg" : "BitmapIndexOutOfBounds"
1879
+ } ,
1880
+ {
1881
+ "code" : 6023 ,
1882
+ "name" : "NoRegisteredTransceivers" ,
1883
+ "msg" : "NoRegisteredTransceivers"
1879
1884
}
1880
1885
]
1881
1886
} ;
@@ -3758,6 +3763,11 @@ export const IDL: ExampleNativeTokenTransfers = {
3758
3763
"code" : 6022 ,
3759
3764
"name" : "BitmapIndexOutOfBounds" ,
3760
3765
"msg" : "BitmapIndexOutOfBounds"
3766
+ } ,
3767
+ {
3768
+ "code" : 6023 ,
3769
+ "name" : "NoRegisteredTransceivers" ,
3770
+ "msg" : "NoRegisteredTransceivers"
3761
3771
}
3762
3772
]
3763
3773
} ;
You can’t perform that action at this time.
0 commit comments