Type alias CustomAccountResolver<IDL>
CustomAccountResolver<IDL>: ((params) => Promise<{ accounts: AccountsGeneric; resolved: number; }>) Type declaration
- (params): Promise<{
accounts: AccountsGeneric;
resolved: number;
}> Parameters
- params: {
accounts: AccountsGeneric;
args: any[];
idlIx: AllInstructions<IDL>;
programId: PublicKey;
provider: Provider;
}accounts: AccountsGeneric
args: any[]
idlIx: AllInstructions<IDL>
Returns Promise<{
accounts: AccountsGeneric;
resolved: number;
}>