IdlInstruction: {
    accounts: IdlAccountItem[];
    args: IdlField[];
    docs?: string[];
    name: string;
    returns?: IdlType;
}

Type declaration

Generated using TypeDoc