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 711fa48 commit bba5dffCopy full SHA for bba5dff
contract_manager/src/contracts/sui.ts
@@ -527,8 +527,8 @@ export class SuiWormholeContract extends WormholeContract {
527
return { id: result.digest, info: result };
528
}
529
530
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
531
private async getStateFields(): Promise<any> {
- // eslint-disable-line @typescript-eslint/no-explicit-any
532
const provider = this.chain.getProvider();
533
const result = await provider.getObject({
534
id: this.stateId,
0 commit comments