|
2247 | 2247 | "defaultValueStrategy": "omitted" |
2248 | 2248 | }, |
2249 | 2249 | { |
2250 | | - "kind": "instructionArgumentNode", |
2251 | | - "name": "data", |
2252 | | - "type": { |
2253 | | - "kind": "arrayTypeNode", |
2254 | | - "item": { |
2255 | | - "kind": "structTypeNode", |
2256 | | - "fields": [ |
2257 | | - { "kind": "structFieldTypeNode", "name": "numberOfAccounts", "type": { |
| 2250 | + "kind": "instructionArgumentNode", |
| 2251 | + "name": "data", |
| 2252 | + "type": { |
| 2253 | + "kind": "arrayTypeNode", |
| 2254 | + "item": { |
| 2255 | + "kind": "structTypeNode", |
| 2256 | + "fields": [ |
| 2257 | + { |
| 2258 | + "kind": "structFieldTypeNode", |
| 2259 | + "name": "numberOfAccounts", |
| 2260 | + "type": { |
| 2261 | + "kind": "numberTypeNode", |
| 2262 | + "format": "u8", |
| 2263 | + "endian": "le" |
| 2264 | + } |
| 2265 | + }, |
| 2266 | + { |
| 2267 | + "kind": "structFieldTypeNode", |
| 2268 | + "name": "instructionData", |
| 2269 | + "type": { |
| 2270 | + "kind": "sizePrefixTypeNode", |
| 2271 | + "prefix": { |
2258 | 2272 | "kind": "numberTypeNode", |
2259 | 2273 | "format": "u8", |
2260 | 2274 | "endian": "le" |
2261 | | - } |
2262 | | - }, |
2263 | | - { "kind": "structFieldTypeNode", "name": "instructionData", "type": { |
2264 | | - "kind": "sizePrefixTypeNode", |
2265 | | - "prefix": { |
2266 | | - "kind": "numberTypeNode", |
2267 | | - "format": "u8", |
2268 | | - "endian": "le" |
2269 | | - }, |
2270 | | - "type": { "kind": "bytesTypeNode" } } |
2271 | | - } |
2272 | | - ] |
2273 | | - }, |
2274 | | - "count": { "kind": "remainderCountNode" } |
| 2275 | + }, |
| 2276 | + "type": { "kind": "bytesTypeNode" } } |
| 2277 | + } |
| 2278 | + ] |
2275 | 2279 | }, |
2276 | | - "docs": ["Instruction data for batch instructions."] |
| 2280 | + "count": { "kind": "remainderCountNode" } |
| 2281 | + }, |
| 2282 | + "docs": ["Instruction data for batch instructions."] |
2277 | 2283 | } |
2278 | 2284 | ], |
2279 | 2285 | "discriminators": [ |
|
0 commit comments