Type alias NoSuchPublicFunctionRejection

NoSuchPublicFunctionRejection: {
    error: string;
    reason: NoSuchPublicFunction;
    reason_data?: undefined;
    txid: string;
}

Type declaration

Generated using TypeDoc