We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d22514 commit b1e8373Copy full SHA for b1e8373
clients/bolt-sdk/src/world/transactions.ts
@@ -383,7 +383,7 @@ interface ApplySystemInstruction {
383
world: PublicKey;
384
session?: Session;
385
extraAccounts?: web3.AccountMeta[];
386
- args?: object;
+ args?: any;
387
}
388
async function createApplySystemInstruction({
389
authority,
@@ -491,7 +491,7 @@ export async function ApplySystem({
491
entities: ApplySystemEntity[];
492
493
494
495
496
}): Promise<{ instruction: TransactionInstruction; transaction: Transaction }> {
497
const instruction = await createApplySystemInstruction({
0 commit comments