Type alias IdlInstructionAccounts

IdlInstructionAccounts: {
    accounts: IdlInstructionAccount[];
    name: string;
}

Type declaration